Html Css Color HEX #565982 Comet

📋 copy color: '#565982'

red 86 ◦ green 89 ◦ blue 130

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

Shades of Comet #565982

Tints of Comet #565982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 28.2%
G = 29.18%
B = 42.62%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#565982 (or 0x565982) is known color: Comet. HEX triplet: 56, 59 and 82. RGB value is (86,89,130). Sum of RGB (Red+Green+Blue) = 86+89+130=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #565982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565982 is #A9A67D. Grayscale: #5C5C5C. Windows color (decimal): -11118206 or 8542550. OLE color: 8542550.

HSL color Cylindrical-coordinate representation of color #565982: hue angle of 235.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #565982 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 89 130 -
CMYK 0.34 0.32 0 0.49
HSL 235.91º 0.2% 0.42% -
HSV(B) 235.91º 0.34% 0.51% -
XYZ 11.44 10.73 22.59 -
YUV 92.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 86 89 130 0.34 0.32 0 0.49 235.91 0.2 0.42
Hex 56 59 82 22 20 0 31 EC 14 2A
Octal 126 131 202 42 40 0 61 354 24 52
Binary 1010110 1011001 10000010 100010 100000 0 110001 11101100 10100 101010

Color Harmonies of #565982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565982

Black with #565982

Text Example


Text Example

White with #565982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565982; }

 p { color: rgb(86,89,130); }

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

background-color css

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

 a { background-color: rgb(86,89,130); }

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

border-color css

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

 span { border-color: rgb(86,89,130); }

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