Html Css Color HEX #565475 Comet

📋 copy color: '#565475'

red 86 ◦ green 84 ◦ blue 117

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

Shades of Comet #565475

Tints of Comet #565475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 29.97%
G = 29.27%
B = 40.77%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565475 (or 0x565475) is known color: Comet. HEX triplet: 56, 54 and 75. RGB value is (86,84,117). Sum of RGB (Red+Green+Blue) = 86+84+117=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #565475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565475 is #A9AB8A. Grayscale: #585858. Windows color (decimal): -11119499 or 7689302. OLE color: 7689302.

HSL color Cylindrical-coordinate representation of color #565475: hue angle of 243.64º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565475 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 84 117 -
CMYK 0.26 0.28 0 0.54
HSL 243.64º 0.16% 0.39% -
HSV(B) 243.64º 0.28% 0.46% -
XYZ 10.22 9.6 18.14 -
YUV 88.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 86 84 117 0.26 0.28 0 0.54 243.64 0.16 0.39
Hex 56 54 75 1A 1C 0 36 F4 10 27
Octal 126 124 165 32 34 0 66 364 20 47
Binary 1010110 1010100 1110101 11010 11100 0 110110 11110100 10000 100111

Color Harmonies of #565475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565475

Black with #565475

Text Example


Text Example

White with #565475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565475; }

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

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

background-color css

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

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

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

border-color css

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

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

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