#565E9C

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

Shades of Governor Bay #565E9C

Tints of Governor Bay #565E9C

Color information

#565E9C (or 0x565E9C) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and 9C. RGB value is (86,94,156). Sum of RGB (Red+Green+Blue) = 86+94+156=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #565E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E9C is #A9A163. Grayscale: #626262. Windows color (decimal): -11116900 or 10247766. OLE color: 10247766.

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

Color convert

RGB8694156-
CMYK0.450.4000.39
HSL233.14º28.93%47.45%-
HSV(B)233.14º44.87%61.18%-
XYZ13.8412.3833.11-
YUV98.68160.35118.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=25.60%
G=27.98%
B=46.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86941560.450.4000.39233.1428.9347.45
Hex565E9C2D28027e91d2f
Octal12613623455500473513557
Binary101011010111101001110010110110100001001111110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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