Html Css Color HEX #554D91 Victoria

📋 copy color: '#554D91'

red 85 ◦ green 77 ◦ blue 145

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

Shades of Victoria #554D91

Tints of Victoria #554D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 27.69%
G = 25.08%
B = 47.23%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554D91 (or 0x554D91) is known color: Victoria. HEX triplet: 55, 4D and 91. RGB value is (85,77,145). Sum of RGB (Red+Green+Blue) = 85+77+145=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #554D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D91 is #AAB26E. Grayscale: #565656. Windows color (decimal): -11186799 or 9522517. OLE color: 9522517.

HSL color Cylindrical-coordinate representation of color #554D91: hue angle of 247.06º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554D91 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 77 145 -
CMYK 0.41 0.47 0 0.43
HSL 247.06º 0.31% 0.44% -
HSV(B) 247.06º 0.47% 0.57% -
XYZ 11.51 9.28 27.97 -
YUV 87.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 85 77 145 0.41 0.47 0 0.43 247.06 0.31 0.44
Hex 55 4D 91 29 2F 0 2B F7 1F 2C
Octal 125 115 221 51 57 0 53 367 37 54
Binary 1010101 1001101 10010001 101001 101111 0 101011 11110111 11111 101100

Color Harmonies of #554D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D91

Black with #554D91

Text Example


Text Example

White with #554D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D91; }

 p { color: rgb(85,77,145); }

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

background-color css

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

 a { background-color: rgb(85,77,145); }

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

border-color css

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

 span { border-color: rgb(85,77,145); }

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