Html Css Color HEX #554777 Victoria

📋 copy color: '#554777'

red 85 ◦ green 71 ◦ blue 119

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

Shades of Victoria #554777

Tints of Victoria #554777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 30.91%
G = 25.82%
B = 43.27%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#554777 (or 0x554777) is known color: Victoria. HEX triplet: 55, 47 and 77. RGB value is (85,71,119). Sum of RGB (Red+Green+Blue) = 85+71+119=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #554777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554777 is #AAB888. Grayscale: #505050. Windows color (decimal): -11188361 or 7817045. OLE color: 7817045.

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

Color convert

RGB 85 71 119 -
CMYK 0.29 0.40 0 0.53
HSL 257.5º 0.25% 0.37% -
HSV(B) 257.5º 0.4% 0.47% -
XYZ 9.33 7.77 18.46 -
YUV 80.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 85 71 119 0.29 0.40 0 0.53 257.5 0.25 0.37
Hex 55 47 77 1D 28 0 35 102 19 25
Octal 125 107 167 35 50 0 65 402 31 45
Binary 1010101 1000111 1110111 11101 101000 0 110101 100000010 11001 100101

Color Harmonies of #554777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554777

Black with #554777

Text Example


Text Example

White with #554777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554777; }

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

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

background-color css

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

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

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

border-color css

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

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

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