Html Css Color HEX #37555C Casal

📋 copy color: '#37555C'

red 55 ◦ green 85 ◦ blue 92

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

Shades of Casal #37555C

Tints of Casal #37555C

RGB

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

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

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

R = 23.71%
G = 36.64%
B = 39.66%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37555C (or 0x37555C) is known color: Casal. HEX triplet: 37, 55 and 5C. RGB value is (55,85,92). Sum of RGB (Red+Green+Blue) = 55+85+92=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #37555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37555C is #C8AAA3. Grayscale: #4C4C4C. Windows color (decimal): -13150884 or 6051127. OLE color: 6051127.

HSL color Cylindrical-coordinate representation of color #37555C: hue angle of 191.35º 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 #37555C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 85 92 -
CMYK 0.40 0.08 0 0.64
HSL 191.35º 0.25% 0.29% -
HSV(B) 191.35º 0.4% 0.36% -
XYZ 6.76 8.08 11.33 -
YUV 76.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 55 85 92 0.40 0.08 0 0.64 191.35 0.25 0.29
Hex 37 55 5C 28 8 0 40 BF 19 1D
Octal 67 125 134 50 10 0 100 277 31 35
Binary 110111 1010101 1011100 101000 1000 0 1000000 10111111 11001 11101

Color Harmonies of #37555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37555C

Black with #37555C

Text Example


Text Example

White with #37555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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