#37565E

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

Shades of Casal #37565E

Tints of Casal #37565E

Color information

#37565E (or 0x37565E) is unknown color: approx Casal. HEX triplet: 37, 56 and 5E. RGB value is (55,86,94). Sum of RGB (Red+Green+Blue) = 55+86+94=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #37565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37565E is #C8A9A1. Grayscale: #4D4D4D. Windows color (decimal): -13150626 or 6182455. OLE color: 6182455.

HSL color Cylindrical-coordinate representation of color #37565E: hue angle of 192.31º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37565E is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB558694-
CMYK0.410.0900.63
HSL192.31º26.17%29.22%-
HSV(B)192.31º41.49%36.86%-
XYZ6.928.2811.82-
YUV77.64137.23111.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 94 (37.11% from 255) = 40%
R=23.40%
G=36.60%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5586940.410.0900.63192.3126.1729.22
Hex37565E29903Fc01a1d
Octal6712613651110773003235
Binary1101111010110101111010100110010111111110000001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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