Html Css Color HEX #37525A Casal

📋 copy color: '#37525A'

red 55 ◦ green 82 ◦ blue 90

#37525A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #37525A

Tints of Casal #37525A

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 value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37525A (or 0x37525A) is known color: 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

RGB 55 82 90 -
CMYK 0.39 0.09 0 0.65
HSL 193.71º 0.24% 0.28% -
HSV(B) 193.71º 0.39% 0.35% -
XYZ 6.44 7.58 10.8 -
YUV 74.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 55 82 90 0.39 0.09 0 0.65 193.71 0.24 0.28
Hex 37 52 5A 27 9 0 41 C2 18 1C
Octal 67 122 132 47 11 0 101 302 30 34
Binary 110111 1010010 1011010 100111 1001 0 1000001 11000010 11000 11100

Color Harmonies of #37525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37525A

Black with #37525A

Text Example


Text Example

White with #37525A

Text Example


Text Example

HTML Codes & Css Web 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>