Html Css Color HEX #554D82 Victoria

📋 copy color: '#554D82'

red 85 ◦ green 77 ◦ blue 130

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

Shades of Victoria #554D82

Tints of Victoria #554D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 29.11%
G = 26.37%
B = 44.52%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554D82 (or 0x554D82) is known color: Victoria. HEX triplet: 55, 4D and 82. RGB value is (85,77,130). Sum of RGB (Red+Green+Blue) = 85+77+130=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #554D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D82 is #AAB27D. Grayscale: #555555. Windows color (decimal): -11186814 or 8539477. OLE color: 8539477.

HSL color Cylindrical-coordinate representation of color #554D82: hue angle of 249.06º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554D82 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 77 130 -
CMYK 0.35 0.41 0 0.49
HSL 249.06º 0.26% 0.41% -
HSV(B) 249.06º 0.41% 0.51% -
XYZ 10.43 8.85 22.28 -
YUV 85.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 85 77 130 0.35 0.41 0 0.49 249.06 0.26 0.41
Hex 55 4D 82 23 29 0 31 F9 1A 29
Octal 125 115 202 43 51 0 61 371 32 51
Binary 1010101 1001101 10000010 100011 101001 0 110001 11111001 11010 101001

Color Harmonies of #554D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D82

Black with #554D82

Text Example


Text Example

White with #554D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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