Html Css Color HEX #555668 Comet

📋 copy color: '#555668'

red 85 ◦ green 86 ◦ blue 104

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

Shades of Comet #555668

Tints of Comet #555668

RGB

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

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

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

R = 30.91%
G = 31.27%
B = 37.82%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555668 (or 0x555668) is known color: Comet. HEX triplet: 55, 56 and 68. RGB value is (85,86,104). Sum of RGB (Red+Green+Blue) = 85+86+104=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #555668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555668 is #AAA997. Grayscale: #575757. Windows color (decimal): -11184536 or 6837845. OLE color: 6837845.

HSL color Cylindrical-coordinate representation of color #555668: hue angle of 236.84º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555668 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 86 104 -
CMYK 0.18 0.17 0 0.59
HSL 236.84º 0.1% 0.37% -
HSV(B) 236.84º 0.18% 0.41% -
XYZ 9.57 9.59 14.44 -
YUV 87.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 85 86 104 0.18 0.17 0 0.59 236.84 0.1 0.37
Hex 55 56 68 12 11 0 3B ED A 25
Octal 125 126 150 22 21 0 73 355 12 45
Binary 1010101 1010110 1101000 10010 10001 0 111011 11101101 1010 100101

Color Harmonies of #555668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555668

Black with #555668

Text Example


Text Example

White with #555668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555668; }

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

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

background-color css

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

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

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

border-color css

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

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

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