Html Css Color HEX #555678 Comet

📋 copy color: '#555678'

red 85 ◦ green 86 ◦ blue 120

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

Shades of Comet #555678

Tints of Comet #555678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.24%

R = 29.21%
G = 29.55%
B = 41.24%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555678 (or 0x555678) is known color: Comet. HEX triplet: 55, 56 and 78. RGB value is (85,86,120). Sum of RGB (Red+Green+Blue) = 85+86+120=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #555678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555678 is #AAA987. Grayscale: #595959. Windows color (decimal): -11184520 or 7886421. OLE color: 7886421.

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

Color convert

RGB 85 86 120 -
CMYK 0.29 0.28 0 0.53
HSL 238.29º 0.17% 0.4% -
HSV(B) 238.29º 0.29% 0.47% -
XYZ 10.46 9.94 19.14 -
YUV 89.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 85 86 120 0.29 0.28 0 0.53 238.29 0.17 0.4
Hex 55 56 78 1D 1C 0 35 EE 11 28
Octal 125 126 170 35 34 0 65 356 21 50
Binary 1010101 1010110 1111000 11101 11100 0 110101 11101110 10001 101000

Color Harmonies of #555678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555678

Black with #555678

Text Example


Text Example

White with #555678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555678; }

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

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

background-color css

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

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

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

border-color css

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

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

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