Html Css Color HEX #37535B Casal

📋 copy color: '#37535B'

red 55 ◦ green 83 ◦ blue 91

#37535B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #37535B

Tints of Casal #37535B

RGB

 RED value IS 55 (21.88% from 255) = 24.02%

 GREEN value IS 83 (32.81% from 255) = 36.24%

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 24.02%
G = 36.24%
B = 39.74%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37535B (or 0x37535B) is known color: Casal. HEX triplet: 37, 53 and 5B. RGB value is (55,83,91). Sum of RGB (Red+Green+Blue) = 55+83+91=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #37535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37535B is #C8ACA4. Grayscale: #4B4B4B. Windows color (decimal): -13151397 or 5985079. OLE color: 5985079.

HSL color Cylindrical-coordinate representation of color #37535B: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37535B is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 83 91 -
CMYK 0.40 0.09 0 0.64
HSL 193.33º 0.25% 0.29% -
HSV(B) 193.33º 0.4% 0.36% -
XYZ 6.56 7.75 11.05 -
YUV 75.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 55 83 91 0.40 0.09 0 0.64 193.33 0.25 0.29
Hex 37 53 5B 28 9 0 40 C1 19 1D
Octal 67 123 133 50 11 0 100 301 31 35
Binary 110111 1010011 1011011 101000 1001 0 1000000 11000001 11001 11101

Color Harmonies of #37535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37535B

Black with #37535B

Text Example


Text Example

White with #37535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37535B; }

 p { color: rgb(55,83,91); }

 H1.HeaderClassName
 {
   color: #37535B;
 }
 .AnyTagClassName
 {
   color: #37535B;
 }
</style>

background-color css

<style>
 a { background-color: #37535B; }

 a { background-color: rgb(55,83,91); }

 div.DivClassName
 {
   background-color: #37535B;
 }
 .BgClassName
 {
   background-color: #37535B;
 }
</style>

border-color css

<style>
 span { border-color: #37535B; }

 span { border-color: rgb(55,83,91); }

 td.TdClassName
 {
   border-color: #37535B;
 }
 .TagClassName
 {
   border-color: #37535B;
 }
</style>