Html Css Color HEX #55487F Victoria

📋 copy color: '#55487F'

red 85 ◦ green 72 ◦ blue 127

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

Shades of Victoria #55487F

Tints of Victoria #55487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

 BLUE value IS 127 (50% from 255) = 44.72%

R = 29.93%
G = 25.35%
B = 44.72%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55487F (or 0x55487F) is known color: Victoria. HEX triplet: 55, 48 and 7F. RGB value is (85,72,127). Sum of RGB (Red+Green+Blue) = 85+72+127=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #55487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55487F is #AAB780. Grayscale: #515151. Windows color (decimal): -11188097 or 8341589. OLE color: 8341589.

HSL color Cylindrical-coordinate representation of color #55487F: hue angle of 254.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55487F is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 72 127 -
CMYK 0.33 0.43 0 0.50
HSL 254.18º 0.28% 0.39% -
HSV(B) 254.18º 0.43% 0.5% -
XYZ 9.89 8.1 21.12 -
YUV 82.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 85 72 127 0.33 0.43 0 0.50 254.18 0.28 0.39
Hex 55 48 7F 21 2B 0 32 FE 1C 27
Octal 125 110 177 41 53 0 62 376 34 47
Binary 1010101 1001000 1111111 100001 101011 0 110010 11111110 11100 100111

Color Harmonies of #55487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55487F

Black with #55487F

Text Example


Text Example

White with #55487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55487F; }

 p { color: rgb(85,72,127); }

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

background-color css

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

 a { background-color: rgb(85,72,127); }

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

border-color css

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

 span { border-color: rgb(85,72,127); }

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