Html Css Color HEX #554874 Victoria

📋 copy color: '#554874'

red 85 ◦ green 72 ◦ blue 116

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

Shades of Victoria #554874

Tints of Victoria #554874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 31.14%
G = 26.37%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554874 (or 0x554874) is known color: Victoria. HEX triplet: 55, 48 and 74. RGB value is (85,72,116). Sum of RGB (Red+Green+Blue) = 85+72+116=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #554874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554874 is #AAB78B. Grayscale: #505050. Windows color (decimal): -11188108 or 7620693. OLE color: 7620693.

HSL color Cylindrical-coordinate representation of color #554874: hue angle of 257.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554874 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 72 116 -
CMYK 0.27 0.38 0 0.55
HSL 257.73º 0.23% 0.37% -
HSV(B) 257.73º 0.38% 0.45% -
XYZ 9.22 7.83 17.55 -
YUV 80.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 85 72 116 0.27 0.38 0 0.55 257.73 0.23 0.37
Hex 55 48 74 1B 26 0 37 102 17 25
Octal 125 110 164 33 46 0 67 402 27 45
Binary 1010101 1001000 1110100 11011 100110 0 110111 100000010 10111 100101

Color Harmonies of #554874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554874

Black with #554874

Text Example


Text Example

White with #554874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554874; }

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

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

background-color css

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

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

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

border-color css

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

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

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