#565592

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

Shades of Governor Bay #565592

Tints of Governor Bay #565592

Color information

#565592 (or 0x565592) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 92. RGB value is (86,85,146). Sum of RGB (Red+Green+Blue) = 86+85+146=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #565592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565592 is #A9AA6D. Grayscale: #5C5C5C. Windows color (decimal): -11119214 or 9590102. OLE color: 9590102.

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

Color convert

RGB8685146-
CMYK0.410.4200.43
HSL240.98º26.41%45.29%-
HSV(B)240.98º41.78%57.25%-
XYZ12.2710.5528.58-
YUV92.25158.33123.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=27.13%
G=26.81%
B=46.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86851460.410.4200.43240.9826.4145.29
Hex565592292A02Bf11a2d
Octal12612522251520533613255
Binary101011010101011001001010100110101001010111111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565592; }

 p { color: rgb(86,85,146); }

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

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

 a { background-color: rgb(86,85,146); }

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

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

 span { border-color: rgb(86,85,146); }

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