#37525E

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

Shades of Casal #37525E

Tints of Casal #37525E

Color information

#37525E (or 0x37525E) is unknown color: approx Casal. HEX triplet: 37, 52 and 5E. RGB value is (55,82,94). Sum of RGB (Red+Green+Blue) = 55+82+94=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #37525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37525E is #C8ADA1. Grayscale: #4B4B4B. Windows color (decimal): -13151650 or 6181431. OLE color: 6181431.

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

Color convert

RGB558294-
CMYK0.410.1300.63
HSL198.46º26.17%29.22%-
HSV(B)198.46º41.49%36.86%-
XYZ6.617.6511.72-
YUV75.3138.55113.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=23.81%
G=35.50%
B=40.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5582940.410.1300.63198.4626.1729.22
Hex37525E29D03Fc61a1d
Octal6712213651150773063235
Binary1101111010010101111010100111010111111110001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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