Html Css Color HEX #555494 Governor Bay

📋 copy color: '#555494'

red 85 ◦ green 84 ◦ blue 148

#555494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #555494

Tints of Governor Bay #555494

RGB

 RED value IS 85 (33.59% from 255) = 26.81%

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 26.81%
G = 26.5%
B = 46.69%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555494 (or 0x555494) is known color: Governor Bay. HEX triplet: 55, 54 and 94. RGB value is (85,84,148). Sum of RGB (Red+Green+Blue) = 85+84+148=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #555494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555494 is #AAAB6B. Grayscale: #5B5B5B. Windows color (decimal): -11185004 or 9720917. OLE color: 9720917.

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

Color convert

RGB 85 84 148 -
CMYK 0.43 0.43 0 0.42
HSL 240.94º 0.28% 0.45% -
HSV(B) 240.94º 0.43% 0.58% -
XYZ 12.26 10.41 29.38 -
YUV 91.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 85 84 148 0.43 0.43 0 0.42 240.94 0.28 0.45
Hex 55 54 94 2B 2B 0 2A F1 1C 2D
Octal 125 124 224 53 53 0 52 361 34 55
Binary 1010101 1010100 10010100 101011 101011 0 101010 11110001 11100 101101

Color Harmonies of #555494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555494

Black with #555494

Text Example


Text Example

White with #555494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555494; }

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

 H1.HeaderClassName
 {
   color: #555494;
 }
 .AnyTagClassName
 {
   color: #555494;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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