#565599

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

Shades of Governor Bay #565599

Tints of Governor Bay #565599

Color information

#565599 (or 0x565599) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 99. RGB value is (86,85,153). Sum of RGB (Red+Green+Blue) = 86+85+153=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #565599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565599 is #A9AA66. Grayscale: #5C5C5C. Windows color (decimal): -11119207 or 10048854. OLE color: 10048854.

HSL color Cylindrical-coordinate representation of color #565599: hue angle of 240.88º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565599 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8685153-
CMYK0.440.4400.4
HSL240.88º28.57%46.67%-
HSV(B)240.88º44.44%60%-
XYZ12.8410.7831.54-
YUV93.05161.83122.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.54%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=26.54%
G=26.23%
B=47.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86851530.440.4400.4240.8828.5746.67
Hex5655992C2C028f11d2f
Octal12612523154540503613557
Binary101011010101011001100110110010110001010001111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565599; }

 p { color: rgb(86,85,153); }

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

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

 a { background-color: rgb(86,85,153); }

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

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

 span { border-color: rgb(86,85,153); }

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