Html Css Color HEX #565B80 Comet

📋 copy color: '#565B80'

red 86 ◦ green 91 ◦ blue 128

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

Shades of Comet #565B80

Tints of Comet #565B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 28.2%
G = 29.84%
B = 41.97%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565B80 (or 0x565B80) is known color: Comet. HEX triplet: 56, 5B and 80. RGB value is (86,91,128). Sum of RGB (Red+Green+Blue) = 86+91+128=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #565B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B80 is #A9A47F. Grayscale: #5D5D5D. Windows color (decimal): -11117696 or 8411990. OLE color: 8411990.

HSL color Cylindrical-coordinate representation of color #565B80: hue angle of 232.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565B80 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 91 128 -
CMYK 0.33 0.29 0 0.50
HSL 232.86º 0.2% 0.42% -
HSV(B) 232.86º 0.33% 0.5% -
XYZ 11.48 11.02 21.94 -
YUV 93.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 86 91 128 0.33 0.29 0 0.50 232.86 0.2 0.42
Hex 56 5B 80 21 1D 0 32 E9 14 2A
Octal 126 133 200 41 35 0 62 351 24 52
Binary 1010110 1011011 10000000 100001 11101 0 110010 11101001 10100 101010

Color Harmonies of #565B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B80

Black with #565B80

Text Example


Text Example

White with #565B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565B80; }

 p { color: rgb(86,91,128); }

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

background-color css

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

 a { background-color: rgb(86,91,128); }

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

border-color css

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

 span { border-color: rgb(86,91,128); }

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