#56529B

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

Shades of Governor Bay #56529B

Tints of Governor Bay #56529B

Color information

#56529B (or 0x56529B) is unknown color: approx Governor Bay. HEX triplet: 56, 52 and 9B. RGB value is (86,82,155). Sum of RGB (Red+Green+Blue) = 86+82+155=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #56529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56529B is #A9AD64. Grayscale: #5B5B5B. Windows color (decimal): -11119973 or 10179158. OLE color: 10179158.

HSL color Cylindrical-coordinate representation of color #56529B: hue angle of 243.29º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56529B is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8682155-
CMYK0.450.4700.39
HSL243.29º30.8%46.47%-
HSV(B)243.29º47.1%60.78%-
XYZ12.7710.3832.34-
YUV91.52163.83124.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=26.63%
G=25.39%
B=47.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86821550.450.4700.39243.2930.846.47
Hex56529B2D2F027f31f2e
Octal12612223355570473633756
Binary101011010100101001101110110110111101001111111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56529B; }

 p { color: rgb(86,82,155); }

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

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

 a { background-color: rgb(86,82,155); }

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

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

 span { border-color: rgb(86,82,155); }

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