#37585E

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

Shades of Casal #37585E

Tints of Casal #37585E

Color information

#37585E (or 0x37585E) is unknown color: approx Casal. HEX triplet: 37, 58 and 5E. RGB value is (55,88,94). Sum of RGB (Red+Green+Blue) = 55+88+94=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #37585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37585E is #C8A7A1. Grayscale: #4E4E4E. Windows color (decimal): -13150114 or 6182967. OLE color: 6182967.

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

Color convert

RGB558894-
CMYK0.410.0600.63
HSL189.23º26.17%29.22%-
HSV(B)189.23º41.49%36.86%-
XYZ7.098.611.88-
YUV78.82136.57111.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=23.21%
G=37.13%
B=39.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5588940.410.0600.63189.2326.1729.22
Hex37585E29603Fbd1a1d
Octal671301365160772753235
Binary110111101100010111101010011100111111101111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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