#37555A

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

Shades of Casal #37555A

Tints of Casal #37555A

Color information

#37555A (or 0x37555A) is unknown color: approx Casal. HEX triplet: 37, 55 and 5A. RGB value is (55,85,90). Sum of RGB (Red+Green+Blue) = 55+85+90=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #37555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555A is #C8AAA5. Grayscale: #4C4C4C. Windows color (decimal): -13150886 or 5920055. OLE color: 5920055.

HSL color Cylindrical-coordinate representation of color #37555A: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #37555A is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558590-
CMYK0.390.0600.65
HSL188.57º24.14%28.43%-
HSV(B)188.57º38.89%35.29%-
XYZ6.678.0510.87-
YUV76.6135.56112.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=23.91%
G=36.96%
B=39.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5585900.390.0600.65188.5724.1428.43
Hex37555A276041bd181c
Octal6712513247601012753034
Binary1101111010101101101010011111001000001101111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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