#565994

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

Shades of Governor Bay #565994

Tints of Governor Bay #565994

Color information

#565994 (or 0x565994) is unknown color: approx Governor Bay. HEX triplet: 56, 59 and 94. RGB value is (86,89,148). Sum of RGB (Red+Green+Blue) = 86+89+148=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #565994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565994 is #A9A66B. Grayscale: #5E5E5E. Windows color (decimal): -11118188 or 9722198. OLE color: 9722198.

HSL color Cylindrical-coordinate representation of color #565994: hue angle of 237.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #565994 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8689148-
CMYK0.420.4000.42
HSL237.1º26.5%45.88%-
HSV(B)237.1º41.89%58.04%-
XYZ12.7611.2629.52-
YUV94.83158.01121.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=26.63%
G=27.55%
B=45.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86891480.420.4000.42237.126.545.88
Hex5659942A2802Aed1a2e
Octal12613122452500523553256
Binary101011010110011001010010101010100001010101110110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565994; }

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

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

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

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

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

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

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

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