#37555E

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

Shades of Casal #37555E

Tints of Casal #37555E

Color information

#37555E (or 0x37555E) is unknown color: approx Casal. HEX triplet: 37, 55 and 5E. RGB value is (55,85,94). Sum of RGB (Red+Green+Blue) = 55+85+94=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #37555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555E is #C8AAA1. Grayscale: #4C4C4C. Windows color (decimal): -13150882 or 6182199. OLE color: 6182199.

HSL color Cylindrical-coordinate representation of color #37555E: hue angle of 193.85º 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 #37555E is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB558594-
CMYK0.410.1000.63
HSL193.85º26.17%29.22%-
HSV(B)193.85º41.49%36.86%-
XYZ6.848.1211.8-
YUV77.06137.56112.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=23.50%
G=36.32%
B=40.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5585940.410.1000.63193.8526.1729.22
Hex37555E29A03Fc21a1d
Octal6712513651120773023235
Binary1101111010101101111010100110100111111110000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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