Html Css Color HEX #37525C Casal

📋 copy color: '#37525C'

red 55 ◦ green 82 ◦ blue 92

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

Shades of Casal #37525C

Tints of Casal #37525C

RGB

 RED value IS 55 (21.88% from 255) = 24.02%

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 24.02%
G = 35.81%
B = 40.17%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37525C (or 0x37525C) is known color: Casal. HEX triplet: 37, 52 and 5C. RGB value is (55,82,92). Sum of RGB (Red+Green+Blue) = 55+82+92=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #37525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37525C is #C8ADA3. Grayscale: #4B4B4B. Windows color (decimal): -13151652 or 6050359. OLE color: 6050359.

HSL color Cylindrical-coordinate representation of color #37525C: hue angle of 196.22º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37525C is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 82 92 -
CMYK 0.40 0.11 0 0.64
HSL 196.22º 0.25% 0.29% -
HSV(B) 196.22º 0.4% 0.36% -
XYZ 6.52 7.62 11.25 -
YUV 75.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 55 82 92 0.40 0.11 0 0.64 196.22 0.25 0.29
Hex 37 52 5C 28 B 0 40 C4 19 1D
Octal 67 122 134 50 13 0 100 304 31 35
Binary 110111 1010010 1011100 101000 1011 0 1000000 11000100 11001 11101

Color Harmonies of #37525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37525C

Black with #37525C

Text Example


Text Example

White with #37525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37525C;
 }
 .AnyTagClassName
 {
   color: #37525C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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