#565883

Color #565883 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #565883

Tints of Comet #565883

Color information

#565883 (or 0x565883) is unknown color: approx Comet. HEX triplet: 56, 58 and 83. RGB value is (86,88,131). Sum of RGB (Red+Green+Blue) = 86+88+131=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #565883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565883 is #A9A77C. Grayscale: #5C5C5C. Windows color (decimal): -11118461 or 8607830. OLE color: 8607830.

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

Color convert

RGB8688131-
CMYK0.340.3300.49
HSL237.33º20.74%42.55%-
HSV(B)237.33º34.35%51.37%-
XYZ11.4210.622.92-
YUV92.3149.84123.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=28.20%
G=28.85%
B=42.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86881310.340.3300.49237.3320.7442.55
Hex5658832221031ed152b
Octal12613020342410613552553
Binary101011010110001000001110001010000101100011110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565883; }

 p { color: rgb(86,88,131); }

 H1.HeaderClassName
 {
   color: #565883;
 }
 .AnyTagClassName
 {
   color: #565883;
 }
</style>
background-color css

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

 a { background-color: rgb(86,88,131); }

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

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

 span { border-color: rgb(86,88,131); }

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