Html Css Color HEX #554A92 Victoria

📋 copy color: '#554A92'

red 85 ◦ green 74 ◦ blue 146

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

Shades of Victoria #554A92

Tints of Victoria #554A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.26%

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 27.87%
G = 24.26%
B = 47.87%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554A92 (or 0x554A92) is known color: Victoria. HEX triplet: 55, 4A and 92. RGB value is (85,74,146). Sum of RGB (Red+Green+Blue) = 85+74+146=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #554A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554A92 is #AAB56D. Grayscale: #555555. Windows color (decimal): -11187566 or 9587285. OLE color: 9587285.

HSL color Cylindrical-coordinate representation of color #554A92: hue angle of 249.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554A92 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 74 146 -
CMYK 0.42 0.49 0 0.43
HSL 249.17º 0.33% 0.43% -
HSV(B) 249.17º 0.49% 0.57% -
XYZ 11.38 8.9 28.31 -
YUV 85.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 85 74 146 0.42 0.49 0 0.43 249.17 0.33 0.43
Hex 55 4A 92 2A 31 0 2B F9 21 2B
Octal 125 112 222 52 61 0 53 371 41 53
Binary 1010101 1001010 10010010 101010 110001 0 101011 11111001 100001 101011

Color Harmonies of #554A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A92

Black with #554A92

Text Example


Text Example

White with #554A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,146); }

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

background-color css

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

 a { background-color: rgb(85,74,146); }

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

border-color css

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

 span { border-color: rgb(85,74,146); }

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