Html Css Color HEX #37555E Casal

📋 copy color: '#37555E'

red 55 ◦ green 85 ◦ blue 94

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

Shades of Casal #37555E

Tints of Casal #37555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 23.5%
G = 36.32%
B = 40.17%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37555E (or 0x37555E) is known color: Casal. HEX triplet: 37, 55 and 5E. RGB value is (55,85,94). Sum of RGB (Red+Green+Blue) = 55+85+94=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #37555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555E is #C8AAA1. Grayscale: #4C4C4C. Windows color (decimal): -13150882 or 6182199. OLE color: 6182199.

HSL color Cylindrical-coordinate representation of color #37555E: hue angle of 193.85º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37555E is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 85 94 -
CMYK 0.41 0.10 0 0.63
HSL 193.85º 0.26% 0.29% -
HSV(B) 193.85º 0.41% 0.37% -
XYZ 6.84 8.12 11.8 -
YUV 77.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 55 85 94 0.41 0.10 0 0.63 193.85 0.26 0.29
Hex 37 55 5E 29 A 0 3F C2 1A 1D
Octal 67 125 136 51 12 0 77 302 32 35
Binary 110111 1010101 1011110 101001 1010 0 111111 11000010 11010 11101

Color Harmonies of #37555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37555E

Black with #37555E

Text Example


Text Example

White with #37555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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