Html Css Color HEX #565C80 Comet

📋 copy color: '#565C80'

red 86 ◦ green 92 ◦ blue 128

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

Shades of Comet #565C80

Tints of Comet #565C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 28.1%
G = 30.07%
B = 41.83%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#565C80 (or 0x565C80) is known color: Comet. HEX triplet: 56, 5C and 80. RGB value is (86,92,128). Sum of RGB (Red+Green+Blue) = 86+92+128=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #565C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C80 is #A9A37F. Grayscale: #5E5E5E. Windows color (decimal): -11117440 or 8412246. OLE color: 8412246.

HSL color Cylindrical-coordinate representation of color #565C80: hue angle of 231.43º 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 #565C80 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 92 128 -
CMYK 0.33 0.28 0 0.50
HSL 231.43º 0.2% 0.42% -
HSV(B) 231.43º 0.33% 0.5% -
XYZ 11.56 11.19 21.97 -
YUV 94.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 86 92 128 0.33 0.28 0 0.50 231.43 0.2 0.42
Hex 56 5C 80 21 1C 0 32 E7 14 2A
Octal 126 134 200 41 34 0 62 347 24 52
Binary 1010110 1011100 10000000 100001 11100 0 110010 11100111 10100 101010

Color Harmonies of #565C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C80

Black with #565C80

Text Example


Text Example

White with #565C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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