Html Css Color HEX #565477 Comet

📋 copy color: '#565477'

red 86 ◦ green 84 ◦ blue 119

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

Shades of Comet #565477

Tints of Comet #565477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 29.76%
G = 29.07%
B = 41.18%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565477 (or 0x565477) is known color: Comet. HEX triplet: 56, 54 and 77. RGB value is (86,84,119). Sum of RGB (Red+Green+Blue) = 86+84+119=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #565477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565477 is #A9AB88. Grayscale: #585858. Windows color (decimal): -11119497 or 7820374. OLE color: 7820374.

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

Color convert

RGB 86 84 119 -
CMYK 0.28 0.29 0 0.53
HSL 243.43º 0.17% 0.4% -
HSV(B) 243.43º 0.29% 0.47% -
XYZ 10.34 9.65 18.77 -
YUV 88.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 86 84 119 0.28 0.29 0 0.53 243.43 0.17 0.4
Hex 56 54 77 1C 1D 0 35 F3 11 28
Octal 126 124 167 34 35 0 65 363 21 50
Binary 1010110 1010100 1110111 11100 11101 0 110101 11110011 10001 101000

Color Harmonies of #565477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565477

Black with #565477

Text Example


Text Example

White with #565477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565477; }

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

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

background-color css

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

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

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

border-color css

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

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

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