#37575F

Color #37575F Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #37575F

Tints of Casal #37575F

Color information

#37575F (or 0x37575F) is unknown color: approx Casal. HEX triplet: 37, 57 and 5F. RGB value is (55,87,95). Sum of RGB (Red+Green+Blue) = 55+87+95=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #37575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37575F is #C8A8A0. Grayscale: #4E4E4E. Windows color (decimal): -13150369 or 6248247. OLE color: 6248247.

HSL color Cylindrical-coordinate representation of color #37575F: hue angle of 192º 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 #37575F is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB558795-
CMYK0.420.0800.63
HSL192º26.67%29.41%-
HSV(B)192º42.11%37.25%-
XYZ7.058.4512.09-
YUV78.34137.4111.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=23.21%
G=36.71%
B=40.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5587950.420.0800.6319226.6729.41
Hex37575F2A803Fc01b1d
Octal6712713752100773003335
Binary1101111010111101111110101010000111111110000001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37575F;
 }
 .AnyTagClassName
 {
   color: #37575F;
 }
</style>
background-color css

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

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

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

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

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

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