#37595F

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

Shades of Casal #37595F

Tints of Casal #37595F

Color information

#37595F (or 0x37595F) is unknown color: approx Casal. HEX triplet: 37, 59 and 5F. RGB value is (55,89,95). Sum of RGB (Red+Green+Blue) = 55+89+95=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #37595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37595F is #C8A6A0. Grayscale: #4F4F4F. Windows color (decimal): -13149857 or 6248759. OLE color: 6248759.

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

Color convert

RGB558995-
CMYK0.420.0600.63
HSL189º26.67%29.41%-
HSV(B)189º42.11%37.25%-
XYZ7.218.7812.14-
YUV79.52136.74110.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=23.01%
G=37.24%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5589950.420.0600.6318926.6729.41
Hex37595F2A603Fbd1b1d
Octal671311375260772753335
Binary110111101100110111111010101100111111101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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