#555396

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

Shades of Governor Bay #555396

Tints of Governor Bay #555396

Color information

#555396 (or 0x555396) is unknown color: approx Governor Bay. HEX triplet: 55, 53 and 96. RGB value is (85,83,150). Sum of RGB (Red+Green+Blue) = 85+83+150=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #555396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555396 is #AAAC69. Grayscale: #5A5A5A. Windows color (decimal): -11185258 or 9851733. OLE color: 9851733.

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

Color convert

RGB8583150-
CMYK0.430.4500.41
HSL241.79º28.76%45.69%-
HSV(B)241.79º44.67%58.82%-
XYZ12.3410.3230.2-
YUV91.24161.16123.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 150 (58.98% from 255) = 47.17%
R=26.73%
G=26.10%
B=47.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85831500.430.4500.41241.7928.7645.69
Hex5553962B2D029f21d2e
Octal12512322653550513623556
Binary101010110100111001011010101110110101010011111001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555396; }

 p { color: rgb(85,83,150); }

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

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

 a { background-color: rgb(85,83,150); }

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

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

 span { border-color: rgb(85,83,150); }

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