#555294

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

Shades of Governor Bay #555294

Tints of Governor Bay #555294

Color information

#555294 (or 0x555294) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 94. RGB value is (85,82,148). Sum of RGB (Red+Green+Blue) = 85+82+148=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #555294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555294 is #AAAD6B. Grayscale: #5A5A5A. Windows color (decimal): -11185516 or 9720405. OLE color: 9720405.

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

Color convert

RGB8582148-
CMYK0.430.4500.42
HSL242.73º28.7%45.1%-
HSV(B)242.73º44.59%58.04%-
XYZ12.1110.129.33-
YUV90.42160.49124.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=26.98%
G=26.03%
B=46.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85821480.430.4500.42242.7328.745.1
Hex5552942B2D02Af31d2d
Octal12512222453550523633555
Binary101010110100101001010010101110110101010101111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555294; }

 p { color: rgb(85,82,148); }

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

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

 a { background-color: rgb(85,82,148); }

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

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

 span { border-color: rgb(85,82,148); }

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