Html Css Color HEX #37555F Casal

📋 copy color: '#37555F'

red 55 ◦ green 85 ◦ blue 95

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

Shades of Casal #37555F

Tints of Casal #37555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 23.4%
G = 36.17%
B = 40.43%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37555F (or 0x37555F) is known color: Casal. HEX triplet: 37, 55 and 5F. RGB value is (55,85,95). Sum of RGB (Red+Green+Blue) = 55+85+95=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #37555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555F is #C8AAA0. Grayscale: #4D4D4D. Windows color (decimal): -13150881 or 6247735. OLE color: 6247735.

HSL color Cylindrical-coordinate representation of color #37555F: hue angle of 195º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37555F is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 85 95 -
CMYK 0.42 0.11 0 0.63
HSL 195º 0.27% 0.29% -
HSV(B) 195º 0.42% 0.37% -
XYZ 6.89 8.14 12.03 -
YUV 77.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 55 85 95 0.42 0.11 0 0.63 195 0.27 0.29
Hex 37 55 5F 2A B 0 3F C3 1B 1D
Octal 67 125 137 52 13 0 77 303 33 35
Binary 110111 1010101 1011111 101010 1011 0 111111 11000011 11011 11101

Color Harmonies of #37555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37555F

Black with #37555F

Text Example


Text Example

White with #37555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37555F; }

 p { color: rgb(55,85,95); }

 H1.HeaderClassName
 {
   color: #37555F;
 }
 .AnyTagClassName
 {
   color: #37555F;
 }
</style>

background-color css

<style>
 a { background-color: #37555F; }

 a { background-color: rgb(55,85,95); }

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

border-color css

<style>
 span { border-color: #37555F; }

 span { border-color: rgb(55,85,95); }

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