Html Css Color HEX #554876 Victoria

📋 copy color: '#554876'

red 85 ◦ green 72 ◦ blue 118

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

Shades of Victoria #554876

Tints of Victoria #554876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 30.91%
G = 26.18%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554876 (or 0x554876) is known color: Victoria. HEX triplet: 55, 48 and 76. RGB value is (85,72,118). Sum of RGB (Red+Green+Blue) = 85+72+118=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #554876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554876 is #AAB789. Grayscale: #505050. Windows color (decimal): -11188106 or 7751765. OLE color: 7751765.

HSL color Cylindrical-coordinate representation of color #554876: hue angle of 256.96º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #554876 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 72 118 -
CMYK 0.28 0.39 0 0.54
HSL 256.96º 0.24% 0.37% -
HSV(B) 256.96º 0.39% 0.46% -
XYZ 9.33 7.87 18.17 -
YUV 81.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 85 72 118 0.28 0.39 0 0.54 256.96 0.24 0.37
Hex 55 48 76 1C 27 0 36 101 18 25
Octal 125 110 166 34 47 0 66 401 30 45
Binary 1010101 1001000 1110110 11100 100111 0 110110 100000001 11000 100101

Color Harmonies of #554876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554876

Black with #554876

Text Example


Text Example

White with #554876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554876; }

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

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

background-color css

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

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

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

border-color css

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

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

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