Html Css Color HEX #565479 Comet

📋 copy color: '#565479'

red 86 ◦ green 84 ◦ blue 121

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

Shades of Comet #565479

Tints of Comet #565479

RGB

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

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

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

R = 29.55%
G = 28.87%
B = 41.58%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#565479 (or 0x565479) is known color: Comet. HEX triplet: 56, 54 and 79. RGB value is (86,84,121). Sum of RGB (Red+Green+Blue) = 86+84+121=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #565479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565479 is #A9AB86. Grayscale: #585858. Windows color (decimal): -11119495 or 7951446. OLE color: 7951446.

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

Color convert

RGB 86 84 121 -
CMYK 0.29 0.31 0 0.53
HSL 243.24º 0.18% 0.4% -
HSV(B) 243.24º 0.31% 0.47% -
XYZ 10.46 9.7 19.41 -
YUV 88.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 86 84 121 0.29 0.31 0 0.53 243.24 0.18 0.4
Hex 56 54 79 1D 1F 0 35 F3 12 28
Octal 126 124 171 35 37 0 65 363 22 50
Binary 1010110 1010100 1111001 11101 11111 0 110101 11110011 10010 101000

Color Harmonies of #565479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565479

Black with #565479

Text Example


Text Example

White with #565479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565479; }

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

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

background-color css

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

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

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

border-color css

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

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

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