Html Css Color HEX #565474 Comet

📋 copy color: '#565474'

red 86 ◦ green 84 ◦ blue 116

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

Shades of Comet #565474

Tints of Comet #565474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 30.07%
G = 29.37%
B = 40.56%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565474 (or 0x565474) is known color: Comet. HEX triplet: 56, 54 and 74. RGB value is (86,84,116). Sum of RGB (Red+Green+Blue) = 86+84+116=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #565474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565474 is #A9AB8B. Grayscale: #585858. Windows color (decimal): -11119500 or 7623766. OLE color: 7623766.

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

Color convert

RGB 86 84 116 -
CMYK 0.26 0.28 0 0.55
HSL 243.75º 0.16% 0.39% -
HSV(B) 243.75º 0.28% 0.45% -
XYZ 10.16 9.58 17.84 -
YUV 88.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 86 84 116 0.26 0.28 0 0.55 243.75 0.16 0.39
Hex 56 54 74 1A 1C 0 37 F4 10 27
Octal 126 124 164 32 34 0 67 364 20 47
Binary 1010110 1010100 1110100 11010 11100 0 110111 11110100 10000 100111

Color Harmonies of #565474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565474

Black with #565474

Text Example


Text Example

White with #565474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565474; }

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

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

background-color css

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

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

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

border-color css

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

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

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