#565493

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

Shades of Governor Bay #565493

Tints of Governor Bay #565493

Color information

#565493 (or 0x565493) is unknown color: approx Governor Bay. HEX triplet: 56, 54 and 93. RGB value is (86,84,147). Sum of RGB (Red+Green+Blue) = 86+84+147=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #565493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565493 is #A9AB6C. Grayscale: #5B5B5B. Windows color (decimal): -11119469 or 9655382. OLE color: 9655382.

HSL color Cylindrical-coordinate representation of color #565493: hue angle of 241.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #565493 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8684147-
CMYK0.410.4300.42
HSL241.9º27.27%45.29%-
HSV(B)241.9º42.86%57.65%-
XYZ12.2710.4328.97-
YUV91.78159.16123.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=27.13%
G=26.50%
B=46.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86841470.410.4300.42241.927.2745.29
Hex565493292B02Af21b2d
Octal12612422351530523623355
Binary101011010101001001001110100110101101010101111001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565493; }

 p { color: rgb(86,84,147); }

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

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

 a { background-color: rgb(86,84,147); }

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

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

 span { border-color: rgb(86,84,147); }

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