#565F8B

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

Shades of Governor Bay #565F8B

Tints of Governor Bay #565F8B

Color information

#565F8B (or 0x565F8B) is unknown color: approx Governor Bay. HEX triplet: 56, 5F and 8B. RGB value is (86,95,139). Sum of RGB (Red+Green+Blue) = 86+95+139=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #565F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F8B is #A9A074. Grayscale: #616161. Windows color (decimal): -11116661 or 9133910. OLE color: 9133910.

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

Color convert

RGB8695139-
CMYK0.380.3200.45
HSL229.81º23.56%44.12%-
HSV(B)229.81º38.13%54.51%-
XYZ12.5912.0326.08-
YUV97.32151.52119.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=26.88%
G=29.69%
B=43.44%

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
Decimal86951390.380.3200.45229.8123.5644.12
Hex565F8B262002De6182c
Octal12613721346400553463054
Binary101011010111111000101110011010000001011011110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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