Html Css Color HEX #554D90 Victoria

📋 copy color: '#554D90'

red 85 ◦ green 77 ◦ blue 144

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

Shades of Victoria #554D90

Tints of Victoria #554D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 27.78%
G = 25.16%
B = 47.06%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#554D90 (or 0x554D90) is known color: Victoria. HEX triplet: 55, 4D and 90. RGB value is (85,77,144). Sum of RGB (Red+Green+Blue) = 85+77+144=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #554D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D90 is #AAB26F. Grayscale: #565656. Windows color (decimal): -11186800 or 9456981. OLE color: 9456981.

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

Color convert

RGB 85 77 144 -
CMYK 0.41 0.47 0 0.44
HSL 247.16º 0.3% 0.43% -
HSV(B) 247.16º 0.47% 0.56% -
XYZ 11.43 9.25 27.57 -
YUV 87.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 85 77 144 0.41 0.47 0 0.44 247.16 0.3 0.43
Hex 55 4D 90 29 2F 0 2C F7 1E 2B
Octal 125 115 220 51 57 0 54 367 36 53
Binary 1010101 1001101 10010000 101001 101111 0 101100 11110111 11110 101011

Color Harmonies of #554D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D90

Black with #554D90

Text Example


Text Example

White with #554D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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