Html Css Color HEX #554878 Victoria

📋 copy color: '#554878'

red 85 ◦ green 72 ◦ blue 120

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

Shades of Victoria #554878

Tints of Victoria #554878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 30.69%
G = 25.99%
B = 43.32%

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

#554878 (or 0x554878) is known color: Victoria. HEX triplet: 55, 48 and 78. RGB value is (85,72,120). Sum of RGB (Red+Green+Blue) = 85+72+120=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #554878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554878 is #AAB787. Grayscale: #515151. Windows color (decimal): -11188104 or 7882837. OLE color: 7882837.

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

Color convert

RGB 85 72 120 -
CMYK 0.29 0.40 0 0.53
HSL 256.25º 0.25% 0.38% -
HSV(B) 256.25º 0.4% 0.47% -
XYZ 9.45 7.92 18.8 -
YUV 81.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 85 72 120 0.29 0.40 0 0.53 256.25 0.25 0.38
Hex 55 48 78 1D 28 0 35 100 19 26
Octal 125 110 170 35 50 0 65 400 31 46
Binary 1010101 1001000 1111000 11101 101000 0 110101 100000000 11001 100110

Color Harmonies of #554878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554878

Black with #554878

Text Example


Text Example

White with #554878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554878; }

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

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

background-color css

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

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

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

border-color css

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

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

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