#56558C

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

Shades of Governor Bay #56558C

Tints of Governor Bay #56558C

Color information

#56558C (or 0x56558C) is unknown color: approx Governor Bay. HEX triplet: 56, 55 and 8C. RGB value is (86,85,140). Sum of RGB (Red+Green+Blue) = 86+85+140=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #56558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56558C is #A9AA73. Grayscale: #5B5B5B. Windows color (decimal): -11119220 or 9196886. OLE color: 9196886.

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

Color convert

RGB8685140-
CMYK0.390.3900.45
HSL241.09º24.44%44.12%-
HSV(B)241.09º39.29%54.9%-
XYZ11.8210.3726.19-
YUV91.57155.33124.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=27.65%
G=27.33%
B=45.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86851400.390.3900.45241.0924.4444.12
Hex56558C272702Df1182c
Octal12612521447470553613054
Binary101011010101011000110010011110011101011011111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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