#56598A

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

Shades of Governor Bay #56598A

Tints of Governor Bay #56598A

Color information

#56598A (or 0x56598A) is unknown color: approx Governor Bay. HEX triplet: 56, 59 and 8A. RGB value is (86,89,138). Sum of RGB (Red+Green+Blue) = 86+89+138=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #56598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56598A is #A9A675. Grayscale: #5D5D5D. Windows color (decimal): -11118198 or 9066838. OLE color: 9066838.

HSL color Cylindrical-coordinate representation of color #56598A: hue angle of 236.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56598A is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8689138-
CMYK0.380.3600.46
HSL236.54º23.21%43.92%-
HSV(B)236.54º37.68%54.12%-
XYZ1210.9625.53-
YUV93.69153.01122.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=27.48%
G=28.43%
B=44.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86891380.380.3600.46236.5423.2143.92
Hex56598A262402Eed172c
Octal12613121246440563552754
Binary101011010110011000101010011010010001011101110110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56598A; }

 p { color: rgb(86,89,138); }

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

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

 a { background-color: rgb(86,89,138); }

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

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

 span { border-color: rgb(86,89,138); }

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