#565E8B

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

Shades of Governor Bay #565E8B

Tints of Governor Bay #565E8B

Color information

#565E8B (or 0x565E8B) is unknown color: approx Governor Bay. HEX triplet: 56, 5E and 8B. RGB value is (86,94,139). Sum of RGB (Red+Green+Blue) = 86+94+139=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #565E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E8B is #A9A174. Grayscale: #606060. Windows color (decimal): -11116917 or 9133654. OLE color: 9133654.

HSL color Cylindrical-coordinate representation of color #565E8B: hue angle of 230.94º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565E8B is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8694139-
CMYK0.380.3200.45
HSL230.94º23.56%44.12%-
HSV(B)230.94º38.13%54.51%-
XYZ12.511.8526.05-
YUV96.74151.85120.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=26.96%
G=29.47%
B=43.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86941390.380.3200.45230.9423.5644.12
Hex565E8B262002De7182c
Octal12613621346400553473054
Binary101011010111101000101110011010000001011011110011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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