Html Css Color HEX #554881 Victoria

📋 copy color: '#554881'

red 85 ◦ green 72 ◦ blue 129

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

Shades of Victoria #554881

Tints of Victoria #554881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 29.72%
G = 25.17%
B = 45.1%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554881 (or 0x554881) is known color: Victoria. HEX triplet: 55, 48 and 81. RGB value is (85,72,129). Sum of RGB (Red+Green+Blue) = 85+72+129=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #554881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554881 is #AAB77E. Grayscale: #525252. Windows color (decimal): -11188095 or 8472661. OLE color: 8472661.

HSL color Cylindrical-coordinate representation of color #554881: hue angle of 253.68º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554881 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 72 129 -
CMYK 0.34 0.44 0 0.49
HSL 253.68º 0.28% 0.39% -
HSV(B) 253.68º 0.44% 0.51% -
XYZ 10.03 8.15 21.81 -
YUV 82.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 85 72 129 0.34 0.44 0 0.49 253.68 0.28 0.39
Hex 55 48 81 22 2C 0 31 FE 1C 27
Octal 125 110 201 42 54 0 61 376 34 47
Binary 1010101 1001000 10000001 100010 101100 0 110001 11111110 11100 100111

Color Harmonies of #554881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554881

Black with #554881

Text Example


Text Example

White with #554881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554881; }

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

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

background-color css

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

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

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

border-color css

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

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

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