#565F8A

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

Shades of Governor Bay #565F8A

Tints of Governor Bay #565F8A

Color information

#565F8A (or 0x565F8A) is unknown color: approx Governor Bay. HEX triplet: 56, 5F and 8A. RGB value is (86,95,138). Sum of RGB (Red+Green+Blue) = 86+95+138=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #565F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F8A is #A9A075. Grayscale: #616161. Windows color (decimal): -11116662 or 9068374. OLE color: 9068374.

HSL color Cylindrical-coordinate representation of color #565F8A: hue angle of 229.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #565F8A is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8695138-
CMYK0.380.3100.46
HSL229.62º23.21%43.92%-
HSV(B)229.62º37.68%54.12%-
XYZ12.521225.7-
YUV97.21151.02120-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=26.96%
G=29.78%
B=43.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86951380.380.3100.46229.6223.2143.92
Hex565F8A261F02Ee6172c
Octal12613721246370563462754
Binary10101101011111100010101001101111101011101110011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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