Html Css Color HEX #555493 Governor Bay

📋 copy color: '#555493'

red 85 ◦ green 84 ◦ blue 147

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

Shades of Governor Bay #555493

Tints of Governor Bay #555493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 26.9%
G = 26.58%
B = 46.52%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555493 (or 0x555493) is known color: Governor Bay. HEX triplet: 55, 54 and 93. RGB value is (85,84,147). Sum of RGB (Red+Green+Blue) = 85+84+147=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #555493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555493 is #AAAB6C. Grayscale: #5B5B5B. Windows color (decimal): -11185005 or 9655381. OLE color: 9655381.

HSL color Cylindrical-coordinate representation of color #555493: hue angle of 240.95º degrees, saturation: 0.27, 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 #555493 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 84 147 -
CMYK 0.42 0.43 0 0.42
HSL 240.95º 0.27% 0.45% -
HSV(B) 240.95º 0.43% 0.58% -
XYZ 12.18 10.38 28.96 -
YUV 91.48 159.33 123.38 -
System Red Green Blue C M Y K H S L
Decimal 85 84 147 0.42 0.43 0 0.42 240.95 0.27 0.45
Hex 55 54 93 2A 2B 0 2A F1 1B 2D
Octal 125 124 223 52 53 0 52 361 33 55
Binary 1010101 1010100 10010011 101010 101011 0 101010 11110001 11011 101101

Color Harmonies of #555493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555493

Black with #555493

Text Example


Text Example

White with #555493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555493; }

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

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

background-color css

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

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

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

border-color css

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

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

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