#37525A

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

Shades of Casal #37525A

Tints of Casal #37525A

Color information

#37525A (or 0x37525A) is unknown color: approx Casal. HEX triplet: 37, 52 and 5A. RGB value is (55,82,90). Sum of RGB (Red+Green+Blue) = 55+82+90=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #37525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37525A is #C8ADA5. Grayscale: #4A4A4A. Windows color (decimal): -13151654 or 5919287. OLE color: 5919287.

HSL color Cylindrical-coordinate representation of color #37525A: hue angle of 193.71º 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 #37525A is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB558290-
CMYK0.390.0900.65
HSL193.71º24.14%28.43%-
HSV(B)193.71º38.89%35.29%-
XYZ6.447.5810.8-
YUV74.84136.55113.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=24.23%
G=36.12%
B=39.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5582900.390.0900.65193.7124.1428.43
Hex37525A279041c2181c
Octal67122132471101013023034
Binary11011110100101011010100111100101000001110000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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