#565984

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

Shades of Governor Bay #565984

Tints of Governor Bay #565984

Color information

#565984 (or 0x565984) is unknown color: approx Governor Bay. HEX triplet: 56, 59 and 84. RGB value is (86,89,132). Sum of RGB (Red+Green+Blue) = 86+89+132=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #565984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565984 is #A9A67B. Grayscale: #5C5C5C. Windows color (decimal): -11118204 or 8673622. OLE color: 8673622.

HSL color Cylindrical-coordinate representation of color #565984: hue angle of 236.09º 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 #565984 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8689132-
CMYK0.350.3300.48
HSL236.09º21.1%42.75%-
HSV(B)236.09º34.85%51.76%-
XYZ11.5710.7923.3-
YUV93150.01123-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=28.01%
G=28.99%
B=43.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86891320.350.3300.48236.0921.142.75
Hex5659842321030ec152b
Octal12613120443410603542553
Binary101011010110011000010010001110000101100001110110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565984; }

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

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

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

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

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

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

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

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