Html Css Color HEX #554D72 Victoria

📋 copy color: '#554D72'

red 85 ◦ green 77 ◦ blue 114

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

Shades of Victoria #554D72

Tints of Victoria #554D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 30.8%
G = 27.9%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554D72 (or 0x554D72) is known color: Victoria. HEX triplet: 55, 4D and 72. RGB value is (85,77,114). Sum of RGB (Red+Green+Blue) = 85+77+114=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #554D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D72 is #AAB28D. Grayscale: #535353. Windows color (decimal): -11186830 or 7490901. OLE color: 7490901.

HSL color Cylindrical-coordinate representation of color #554D72: hue angle of 252.97º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554D72 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 77 114 -
CMYK 0.25 0.32 0 0.55
HSL 252.97º 0.19% 0.37% -
HSV(B) 252.97º 0.32% 0.45% -
XYZ 9.44 8.45 17.05 -
YUV 83.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 85 77 114 0.25 0.32 0 0.55 252.97 0.19 0.37
Hex 55 4D 72 19 20 0 37 FD 13 25
Octal 125 115 162 31 40 0 67 375 23 45
Binary 1010101 1001101 1110010 11001 100000 0 110111 11111101 10011 100101

Color Harmonies of #554D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D72

Black with #554D72

Text Example


Text Example

White with #554D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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