#565E93

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

Shades of Governor Bay #565E93

Tints of Governor Bay #565E93

Color information

#565E93 (or 0x565E93) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and 93. RGB value is (86,94,147). Sum of RGB (Red+Green+Blue) = 86+94+147=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #565E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E93 is #A9A16C. Grayscale: #616161. Windows color (decimal): -11116909 or 9657942. OLE color: 9657942.

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

Color convert

RGB8694147-
CMYK0.410.3600.42
HSL232.13º26.18%45.69%-
HSV(B)232.13º41.5%57.65%-
XYZ13.1112.0929.25-
YUV97.65155.85119.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=26.30%
G=28.75%
B=44.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86941470.410.3600.42232.1326.1845.69
Hex565E93292402Ae81a2e
Octal12613622351440523503256
Binary101011010111101001001110100110010001010101110100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565E93; }

 p { color: rgb(86,94,147); }

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

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

 a { background-color: rgb(86,94,147); }

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

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

 span { border-color: rgb(86,94,147); }

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