#55568B

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

Shades of Governor Bay #55568B

Tints of Governor Bay #55568B

Color information

#55568B (or 0x55568B) is unknown color: approx Governor Bay. HEX triplet: 55, 56 and 8B. RGB value is (85,86,139). Sum of RGB (Red+Green+Blue) = 85+86+139=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #55568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55568B is #AAA974. Grayscale: #5B5B5B. Windows color (decimal): -11184501 or 9131605. OLE color: 9131605.

HSL color Cylindrical-coordinate representation of color #55568B: hue angle of 238.89º 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 #55568B is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8586139-
CMYK0.390.3800.45
HSL238.89º24.11%43.92%-
HSV(B)238.89º38.85%54.51%-
XYZ11.7310.4525.82-
YUV91.74154.67123.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=27.42%
G=27.74%
B=44.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85861390.390.3800.45238.8924.1143.92
Hex55568B272602Def182c
Octal12512621347460553573054
Binary101010110101101000101110011110011001011011110111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55568B; }

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

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

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

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

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

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

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

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