Html Css Color HEX #565478 Comet

📋 copy color: '#565478'

red 86 ◦ green 84 ◦ blue 120

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

Shades of Comet #565478

Tints of Comet #565478

RGB

 RED value IS 86 (33.98% from 255) = 29.66%

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 29.66%
G = 28.97%
B = 41.38%

CMYK

 C value IS 0.28

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565478 (or 0x565478) is known color: Comet. HEX triplet: 56, 54 and 78. RGB value is (86,84,120). Sum of RGB (Red+Green+Blue) = 86+84+120=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #565478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565478 is #A9AB87. Grayscale: #585858. Windows color (decimal): -11119496 or 7885910. OLE color: 7885910.

HSL color Cylindrical-coordinate representation of color #565478: hue angle of 243.33º degrees, saturation: 0.18, 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 #565478 is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 84 120 -
CMYK 0.28 0.3 0 0.53
HSL 243.33º 0.18% 0.4% -
HSV(B) 243.33º 0.3% 0.47% -
XYZ 10.4 9.68 19.09 -
YUV 88.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 86 84 120 0.28 0.3 0 0.53 243.33 0.18 0.4
Hex 56 54 78 1C 1E 0 35 F3 12 28
Octal 126 124 170 34 36 0 65 363 22 50
Binary 1010110 1010100 1111000 11100 11110 0 110101 11110011 10010 101000

Color Harmonies of #565478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565478

Black with #565478

Text Example


Text Example

White with #565478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565478; }

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

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

background-color css

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

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

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

border-color css

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

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

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