#565B94

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

Shades of Governor Bay #565B94

Tints of Governor Bay #565B94

Color information

#565B94 (or 0x565B94) is unknown color: approx Governor Bay. HEX triplet: 56, 5B and 94. RGB value is (86,91,148). Sum of RGB (Red+Green+Blue) = 86+91+148=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #565B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565B94 is #A9A46B. Grayscale: #5F5F5F. Windows color (decimal): -11117676 or 9722710. OLE color: 9722710.

HSL color Cylindrical-coordinate representation of color #565B94: hue angle of 235.16º 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 #565B94 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8691148-
CMYK0.420.3900.42
HSL235.16º26.5%45.88%-
HSV(B)235.16º41.89%58.04%-
XYZ12.9211.629.57-
YUV96157.34120.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=26.46%
G=28%
B=45.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86911480.420.3900.42235.1626.545.88
Hex565B942A2702Aeb1a2e
Octal12613322452470523533256
Binary101011010110111001010010101010011101010101110101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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