#565A8B

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

Shades of Governor Bay #565A8B

Tints of Governor Bay #565A8B

Color information

#565A8B (or 0x565A8B) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 8B. RGB value is (86,90,139). Sum of RGB (Red+Green+Blue) = 86+90+139=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #565A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A8B is #A9A574. Grayscale: #5E5E5E. Windows color (decimal): -11117941 or 9132630. OLE color: 9132630.

HSL color Cylindrical-coordinate representation of color #565A8B: hue angle of 235.47º 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 #565A8B is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8690139-
CMYK0.380.3500.45
HSL235.47º23.56%44.12%-
HSV(B)235.47º38.13%54.51%-
XYZ12.1511.1525.94-
YUV94.39153.17122.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=27.30%
G=28.57%
B=44.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86901390.380.3500.45235.4723.5644.12
Hex565A8B262302Deb182c
Octal12613221346430553533054
Binary101011010110101000101110011010001101011011110101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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