Html Css Color HEX #554781 Victoria

📋 copy color: '#554781'

red 85 ◦ green 71 ◦ blue 129

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

Shades of Victoria #554781

Tints of Victoria #554781

RGB

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

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

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

R = 29.82%
G = 24.91%
B = 45.26%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554781 (or 0x554781) is known color: Victoria. HEX triplet: 55, 47 and 81. RGB value is (85,71,129). Sum of RGB (Red+Green+Blue) = 85+71+129=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #554781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554781 is #AAB87E. Grayscale: #515151. Windows color (decimal): -11188351 or 8472405. OLE color: 8472405.

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

Color convert

RGB 85 71 129 -
CMYK 0.34 0.45 0 0.49
HSL 254.48º 0.29% 0.39% -
HSV(B) 254.48º 0.45% 0.51% -
XYZ 9.96 8.02 21.79 -
YUV 81.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 85 71 129 0.34 0.45 0 0.49 254.48 0.29 0.39
Hex 55 47 81 22 2D 0 31 FE 1D 27
Octal 125 107 201 42 55 0 61 376 35 47
Binary 1010101 1000111 10000001 100010 101101 0 110001 11111110 11101 100111

Color Harmonies of #554781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554781

Black with #554781

Text Example


Text Example

White with #554781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554781; }

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

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

background-color css

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

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

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

border-color css

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

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

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