Html Css Color HEX #37555A Casal

📋 copy color: '#37555A'

red 55 ◦ green 85 ◦ blue 90

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

Shades of Casal #37555A

Tints of Casal #37555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 23.91%
G = 36.96%
B = 39.13%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#37555A (or 0x37555A) is known color: Casal. HEX triplet: 37, 55 and 5A. RGB value is (55,85,90). Sum of RGB (Red+Green+Blue) = 55+85+90=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #37555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555A is #C8AAA5. Grayscale: #4C4C4C. Windows color (decimal): -13150886 or 5920055. OLE color: 5920055.

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

Color convert

RGB 55 85 90 -
CMYK 0.39 0.06 0 0.65
HSL 188.57º 0.24% 0.28% -
HSV(B) 188.57º 0.39% 0.35% -
XYZ 6.67 8.05 10.87 -
YUV 76.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 55 85 90 0.39 0.06 0 0.65 188.57 0.24 0.28
Hex 37 55 5A 27 6 0 41 BD 18 1C
Octal 67 125 132 47 6 0 101 275 30 34
Binary 110111 1010101 1011010 100111 110 0 1000001 10111101 11000 11100

Color Harmonies of #37555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37555A

Black with #37555A

Text Example


Text Example

White with #37555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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