#56529E

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

Shades of Governor Bay #56529E

Tints of Governor Bay #56529E

Color information

#56529E (or 0x56529E) is unknown color: approx Governor Bay. HEX triplet: 56, 52 and 9E. RGB value is (86,82,158). Sum of RGB (Red+Green+Blue) = 86+82+158=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #56529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56529E is #A9AD61. Grayscale: #5B5B5B. Windows color (decimal): -11119970 or 10375766. OLE color: 10375766.

HSL color Cylindrical-coordinate representation of color #56529E: hue angle of 243.16º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56529E is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8682158-
CMYK0.460.4800.38
HSL243.16º31.67%47.06%-
HSV(B)243.16º48.1%61.96%-
XYZ13.0310.4833.68-
YUV91.86165.33123.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.38%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=26.38%
G=25.15%
B=48.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86821580.460.4800.38243.1631.6747.06
Hex56529E2E30026f3202f
Octal12612223656600463634057
Binary1010110101001010011110101110110000010011011110011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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