#37555D

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

Shades of Casal #37555D

Tints of Casal #37555D

Color information

#37555D (or 0x37555D) is unknown color: approx Casal. HEX triplet: 37, 55 and 5D. RGB value is (55,85,93). Sum of RGB (Red+Green+Blue) = 55+85+93=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #37555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555D is #C8AAA2. Grayscale: #4C4C4C. Windows color (decimal): -13150883 or 6116663. OLE color: 6116663.

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

Color convert

RGB558593-
CMYK0.410.0900.64
HSL192.63º25.68%29.02%-
HSV(B)192.63º40.86%36.47%-
XYZ6.88.111.56-
YUV76.94137.06112.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=23.61%
G=36.48%
B=39.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5585930.410.0900.64192.6325.6829.02
Hex37555D299040c11a1d
Octal67125135511101003013235
Binary11011110101011011101101001100101000000110000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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