Html Css Color HEX #555679 Comet

📋 copy color: '#555679'

red 85 ◦ green 86 ◦ blue 121

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

Shades of Comet #555679

Tints of Comet #555679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

 BLUE value IS 121 (47.66% from 255) = 41.44%

R = 29.11%
G = 29.45%
B = 41.44%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555679 (or 0x555679) is known color: Comet. HEX triplet: 55, 56 and 79. RGB value is (85,86,121). Sum of RGB (Red+Green+Blue) = 85+86+121=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 121 - color contains mainly: blue. Hex color #555679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555679 is #AAA986. Grayscale: #595959. Windows color (decimal): -11184519 or 7951957. OLE color: 7951957.

HSL color Cylindrical-coordinate representation of color #555679: hue angle of 238.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555679 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 86 121 -
CMYK 0.30 0.29 0 0.53
HSL 238.33º 0.17% 0.4% -
HSV(B) 238.33º 0.3% 0.47% -
XYZ 10.53 9.97 19.46 -
YUV 89.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 85 86 121 0.30 0.29 0 0.53 238.33 0.17 0.4
Hex 55 56 79 1E 1D 0 35 EE 11 28
Octal 125 126 171 36 35 0 65 356 21 50
Binary 1010101 1010110 1111001 11110 11101 0 110101 11101110 10001 101000

Color Harmonies of #555679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555679

Black with #555679

Text Example


Text Example

White with #555679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555679; }

 p { color: rgb(85,86,121); }

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

background-color css

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

 a { background-color: rgb(85,86,121); }

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

border-color css

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

 span { border-color: rgb(85,86,121); }

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