Html Css Color HEX #555484 Victoria

📋 copy color: '#555484'

red 85 ◦ green 84 ◦ blue 132

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

Shades of Victoria #555484

Tints of Victoria #555484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 28.24%
G = 27.91%
B = 43.85%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#555484 (or 0x555484) is known color: Victoria. HEX triplet: 55, 54 and 84. RGB value is (85,84,132). Sum of RGB (Red+Green+Blue) = 85+84+132=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #555484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555484 is #AAAB7B. Grayscale: #595959. Windows color (decimal): -11185020 or 8672341. OLE color: 8672341.

HSL color Cylindrical-coordinate representation of color #555484: hue angle of 241.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555484 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 84 132 -
CMYK 0.36 0.36 0 0.48
HSL 241.25º 0.22% 0.42% -
HSV(B) 241.25º 0.36% 0.52% -
XYZ 11.08 9.94 23.16 -
YUV 89.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 85 84 132 0.36 0.36 0 0.48 241.25 0.22 0.42
Hex 55 54 84 24 24 0 30 F1 16 2A
Octal 125 124 204 44 44 0 60 361 26 52
Binary 1010101 1010100 10000100 100100 100100 0 110000 11110001 10110 101010

Color Harmonies of #555484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555484

Black with #555484

Text Example


Text Example

White with #555484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555484; }

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

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

background-color css

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

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

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

border-color css

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

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

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