Html Css Color HEX #37554E Spectra

📋 copy color: '#37554E'

red 55 ◦ green 85 ◦ blue 78

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

Shades of Spectra #37554E

Tints of Spectra #37554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 25.23%
G = 38.99%
B = 35.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#37554E (or 0x37554E) is known color: Spectra. HEX triplet: 37, 55 and 4E. RGB value is (55,85,78). Sum of RGB (Red+Green+Blue) = 55+85+78=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #37554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37554E is #C8AAB1. Grayscale: #4B4B4B. Windows color (decimal): -13150898 or 5133623. OLE color: 5133623.

HSL color Cylindrical-coordinate representation of color #37554E: hue angle of 166º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37554E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 78 -
CMYK 0.35 0 0.08 0.67
HSL 166º 0.21% 0.27% -
HSV(B) 166º 0.35% 0.33% -
XYZ 6.2 7.86 8.4 -
YUV 75.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 55 85 78 0.35 0 0.08 0.67 166 0.21 0.27
Hex 37 55 4E 23 0 8 43 A6 15 1B
Octal 67 125 116 43 0 10 103 246 25 33
Binary 110111 1010101 1001110 100011 0 1000 1000011 10100110 10101 11011

Color Harmonies of #37554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37554E

Black with #37554E

Text Example


Text Example

White with #37554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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