Html Css Color HEX #588066 Como

📋 copy color: '#588066'

red 88 ◦ green 128 ◦ blue 102

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

Shades of Como #588066

Tints of Como #588066

RGB

 RED value IS 88 (34.77% from 255) = 27.67%

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 27.67%
G = 40.25%
B = 32.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#588066 (or 0x588066) is known color: Como. HEX triplet: 58, 80 and 66. RGB value is (88,128,102). Sum of RGB (Red+Green+Blue) = 88+128+102=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #588066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588066 is #A77F99. Grayscale: #717171. Windows color (decimal): -10977178 or 6717528. OLE color: 6717528.

HSL color Cylindrical-coordinate representation of color #588066: hue angle of 141º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #588066 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 102 -
CMYK 0.31 0 0.20 0.50
HSL 141º 0.19% 0.42% -
HSV(B) 141º 0.31% 0.5% -
XYZ 14.14 18.47 15.39 -
YUV 113.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 88 128 102 0.31 0 0.20 0.50 141 0.19 0.42
Hex 58 80 66 1F 0 14 32 8D 13 2A
Octal 130 200 146 37 0 24 62 215 23 52
Binary 1011000 10000000 1100110 11111 0 10100 110010 10001101 10011 101010

Color Harmonies of #588066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588066

Black with #588066

Text Example


Text Example

White with #588066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588066; }

 p { color: rgb(88,128,102); }

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

background-color css

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

 a { background-color: rgb(88,128,102); }

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

border-color css

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

 span { border-color: rgb(88,128,102); }

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