#565590

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

Shades of Governor Bay #565590

Tints of Governor Bay #565590

Color information

#565590 (or 0x565590) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 90. RGB value is (86,85,144). Sum of RGB (Red+Green+Blue) = 86+85+144=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #565590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565590 is #A9AA6F. Grayscale: #5B5B5B. Windows color (decimal): -11119216 or 9459030. OLE color: 9459030.

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

Color convert

RGB8685144-
CMYK0.400.4100.44
HSL241.02º25.76%44.9%-
HSV(B)241.02º40.97%56.47%-
XYZ12.1210.4927.77-
YUV92.02157.33123.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=27.30%
G=26.98%
B=45.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86851440.400.4100.44241.0225.7644.9
Hex565590282902Cf11a2d
Octal12612522050510543613255
Binary101011010101011001000010100010100101011001111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565590; }

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

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

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

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

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

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

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

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