Html Css Color HEX #554877 Victoria

📋 copy color: '#554877'

red 85 ◦ green 72 ◦ blue 119

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

Shades of Victoria #554877

Tints of Victoria #554877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 30.8%
G = 26.09%
B = 43.12%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#554877 (or 0x554877) is known color: Victoria. HEX triplet: 55, 48 and 77. RGB value is (85,72,119). Sum of RGB (Red+Green+Blue) = 85+72+119=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #554877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554877 is #AAB788. Grayscale: #515151. Windows color (decimal): -11188105 or 7817301. OLE color: 7817301.

HSL color Cylindrical-coordinate representation of color #554877: hue angle of 256.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554877 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 72 119 -
CMYK 0.29 0.39 0 0.53
HSL 256.6º 0.25% 0.37% -
HSV(B) 256.6º 0.39% 0.47% -
XYZ 9.39 7.9 18.48 -
YUV 81.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 85 72 119 0.29 0.39 0 0.53 256.6 0.25 0.37
Hex 55 48 77 1D 27 0 35 101 19 25
Octal 125 110 167 35 47 0 65 401 31 45
Binary 1010101 1001000 1110111 11101 100111 0 110101 100000001 11001 100101

Color Harmonies of #554877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554877

Black with #554877

Text Example


Text Example

White with #554877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554877; }

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

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

background-color css

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

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

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

border-color css

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

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

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