#565A84

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

Shades of Governor Bay #565A84

Tints of Governor Bay #565A84

Color information

#565A84 (or 0x565A84) is unknown color: approx Governor Bay. HEX triplet: 56, 5A and 84. RGB value is (86,90,132). Sum of RGB (Red+Green+Blue) = 86+90+132=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #565A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565A84 is #A9A57B. Grayscale: #5D5D5D. Windows color (decimal): -11117948 or 8673878. OLE color: 8673878.

HSL color Cylindrical-coordinate representation of color #565A84: hue angle of 234.78º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #565A84 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8690132-
CMYK0.350.3200.48
HSL234.78º21.1%42.75%-
HSV(B)234.78º34.85%51.76%-
XYZ11.6610.9623.33-
YUV93.59149.67122.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=27.92%
G=29.22%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86901320.350.3200.48234.7821.142.75
Hex565A842320030eb152b
Octal12613220443400603532553
Binary101011010110101000010010001110000001100001110101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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