#565099

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

Shades of Governor Bay #565099

Tints of Governor Bay #565099

Color information

#565099 (or 0x565099) is unknown color: approx Governor Bay. HEX triplet: 56, 50 and 99. RGB value is (86,80,153). Sum of RGB (Red+Green+Blue) = 86+80+153=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #565099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565099 is #A9AF66. Grayscale: #595959. Windows color (decimal): -11120487 or 10047574. OLE color: 10047574.

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

Color convert

RGB8680153-
CMYK0.440.4800.4
HSL244.93º31.33%45.69%-
HSV(B)244.93º47.71%60%-
XYZ12.4610.0231.41-
YUV90.12163.49125.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=26.96%
G=25.08%
B=47.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86801530.440.4800.4244.9331.3345.69
Hex5650992C30028f51f2e
Octal12612023154600503653756
Binary101011010100001001100110110011000001010001111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565099; }

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

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

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

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

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

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

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

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