#37565F

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

Shades of Casal #37565F

Tints of Casal #37565F

Color information

#37565F (or 0x37565F) is unknown color: approx Casal. HEX triplet: 37, 56 and 5F. RGB value is (55,86,95). Sum of RGB (Red+Green+Blue) = 55+86+95=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #37565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565F is #C8A9A0. Grayscale: #4D4D4D. Windows color (decimal): -13150625 or 6247991. OLE color: 6247991.

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

Color convert

RGB558695-
CMYK0.420.0900.63
HSL193.5º26.67%29.41%-
HSV(B)193.5º42.11%37.25%-
XYZ6.978.2912.06-
YUV77.76137.73111.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=23.31%
G=36.44%
B=40.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5586950.420.0900.63193.526.6729.41
Hex37565F2A903Fc21b1d
Octal6712613752110773023335
Binary1101111010110101111110101010010111111110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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