Html Css Color HEX #558168 Como

📋 copy color: '#558168'

red 85 ◦ green 129 ◦ blue 104

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

Shades of Como #558168

Tints of Como #558168

RGB

 RED value IS 85 (33.59% from 255) = 26.73%

 GREEN value IS 129 (50.78% from 255) = 40.57%

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 26.73%
G = 40.57%
B = 32.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#558168 (or 0x558168) is known color: Como. HEX triplet: 55, 81 and 68. RGB value is (85,129,104). Sum of RGB (Red+Green+Blue) = 85+129+104=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #558168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558168 is #AA7E97. Grayscale: #717171. Windows color (decimal): -11173528 or 6848853. OLE color: 6848853.

HSL color Cylindrical-coordinate representation of color #558168: hue angle of 145.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558168 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 104 -
CMYK 0.34 0 0.19 0.49
HSL 145.91º 0.21% 0.42% -
HSV(B) 145.91º 0.34% 0.51% -
XYZ 14.1 18.63 15.95 -
YUV 112.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 85 129 104 0.34 0 0.19 0.49 145.91 0.21 0.42
Hex 55 81 68 22 0 13 31 92 15 2A
Octal 125 201 150 42 0 23 61 222 25 52
Binary 1010101 10000001 1101000 100010 0 10011 110001 10010010 10101 101010

Color Harmonies of #558168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558168

Black with #558168

Text Example


Text Example

White with #558168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558168; }

 p { color: rgb(85,129,104); }

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

background-color css

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

 a { background-color: rgb(85,129,104); }

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

border-color css

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

 span { border-color: rgb(85,129,104); }

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