#565E8E

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

Shades of Governor Bay #565E8E

Tints of Governor Bay #565E8E

Color information

#565E8E (or 0x565E8E) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and 8E. RGB value is (86,94,142). Sum of RGB (Red+Green+Blue) = 86+94+142=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #565E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E8E is #A9A171. Grayscale: #606060. Windows color (decimal): -11116914 or 9330262. OLE color: 9330262.

HSL color Cylindrical-coordinate representation of color #565E8E: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #565E8E is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8694142-
CMYK0.390.3400.44
HSL231.43º24.56%44.71%-
HSV(B)231.43º39.44%55.69%-
XYZ12.7211.9427.22-
YUV97.08153.35120.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.71%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=26.71%
G=29.19%
B=44.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86941420.390.3400.44231.4324.5644.71
Hex565E8E272202Ce7192d
Octal12613621647420543473155
Binary101011010111101000111010011110001001011001110011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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