#565E9D

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

Shades of Governor Bay #565E9D

Tints of Governor Bay #565E9D

Color information

#565E9D (or 0x565E9D) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and 9D. RGB value is (86,94,157). Sum of RGB (Red+Green+Blue) = 86+94+157=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #565E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E9D is #A9A162. Grayscale: #626262. Windows color (decimal): -11116899 or 10313302. OLE color: 10313302.

HSL color Cylindrical-coordinate representation of color #565E9D: hue angle of 233.24º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565E9D is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8694157-
CMYK0.450.4000.38
HSL233.24º29.22%47.65%-
HSV(B)233.24º45.22%61.57%-
XYZ13.9312.4233.56-
YUV98.79160.85118.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=25.52%
G=27.89%
B=46.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86941570.450.4000.38233.2429.2247.65
Hex565E9D2D28026e91d30
Octal12613623555500463513560
Binary101011010111101001110110110110100001001101110100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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