#56558A

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

Shades of Governor Bay #56558A

Tints of Governor Bay #56558A

Color information

#56558A (or 0x56558A) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 8A. RGB value is (86,85,138). Sum of RGB (Red+Green+Blue) = 86+85+138=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #56558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56558A is #A9AA75. Grayscale: #5B5B5B. Windows color (decimal): -11119222 or 9065814. OLE color: 9065814.

HSL color Cylindrical-coordinate representation of color #56558A: hue angle of 241.13º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56558A is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8685138-
CMYK0.380.3800.46
HSL241.13º23.77%43.73%-
HSV(B)241.13º38.41%54.12%-
XYZ11.6710.3125.42-
YUV91.34154.33124.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=27.83%
G=27.51%
B=44.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86851380.380.3800.46241.1323.7743.73
Hex56558A262602Ef1182c
Octal12612521246460563613054
Binary101011010101011000101010011010011001011101111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56558A; }

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

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

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

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

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

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

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

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