#565396

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

Shades of Governor Bay #565396

Tints of Governor Bay #565396

Color information

#565396 (or 0x565396) is unknown color: approx Governor Bay. HEX triplet: 56, 53 and 96. RGB value is (86,83,150). Sum of RGB (Red+Green+Blue) = 86+83+150=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #565396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565396 is #A9AC69. Grayscale: #5B5B5B. Windows color (decimal): -11119722 or 9851734. OLE color: 9851734.

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

Color convert

RGB8683150-
CMYK0.430.4500.41
HSL242.69º28.76%45.69%-
HSV(B)242.69º44.67%58.82%-
XYZ12.4410.3730.2-
YUV91.54160.99124.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=26.96%
G=26.02%
B=47.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86831500.430.4500.41242.6928.7645.69
Hex5653962B2D029f31d2e
Octal12612322653550513633556
Binary101011010100111001011010101110110101010011111001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565396; }

 p { color: rgb(86,83,150); }

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

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

 a { background-color: rgb(86,83,150); }

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

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

 span { border-color: rgb(86,83,150); }

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