Html Css Color HEX #37515A Casal

📋 copy color: '#37515A'

red 55 ◦ green 81 ◦ blue 90

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

Shades of Casal #37515A

Tints of Casal #37515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 24.34%
G = 35.84%
B = 39.82%

CMYK

 C value IS 0.39

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37515A (or 0x37515A) is known color: Casal. HEX triplet: 37, 51 and 5A. RGB value is (55,81,90). Sum of RGB (Red+Green+Blue) = 55+81+90=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #37515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37515A is #C8AEA5. Grayscale: #4A4A4A. Windows color (decimal): -13151910 or 5919031. OLE color: 5919031.

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

Color convert

RGB 55 81 90 -
CMYK 0.39 0.1 0 0.65
HSL 195.43º 0.24% 0.28% -
HSV(B) 195.43º 0.39% 0.35% -
XYZ 6.36 7.44 10.77 -
YUV 74.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 55 81 90 0.39 0.1 0 0.65 195.43 0.24 0.28
Hex 37 51 5A 27 A 0 41 C3 18 1C
Octal 67 121 132 47 12 0 101 303 30 34
Binary 110111 1010001 1011010 100111 1010 0 1000001 11000011 11000 11100

Color Harmonies of #37515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37515A

Black with #37515A

Text Example


Text Example

White with #37515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37515A;
 }
 .AnyTagClassName
 {
   color: #37515A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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