Html Css Color HEX #554A94 Victoria

📋 copy color: '#554A94'

red 85 ◦ green 74 ◦ blue 148

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

Shades of Victoria #554A94

Tints of Victoria #554A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 27.69%
G = 24.1%
B = 48.21%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554A94 (or 0x554A94) is known color: Victoria. HEX triplet: 55, 4A and 94. RGB value is (85,74,148). Sum of RGB (Red+Green+Blue) = 85+74+148=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #554A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554A94 is #AAB56B. Grayscale: #555555. Windows color (decimal): -11187564 or 9718357. OLE color: 9718357.

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

Color convert

RGB 85 74 148 -
CMYK 0.43 0.50 0 0.42
HSL 248.92º 0.33% 0.44% -
HSV(B) 248.92º 0.5% 0.58% -
XYZ 11.54 8.97 29.14 -
YUV 85.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 85 74 148 0.43 0.50 0 0.42 248.92 0.33 0.44
Hex 55 4A 94 2B 32 0 2A F9 21 2C
Octal 125 112 224 53 62 0 52 371 41 54
Binary 1010101 1001010 10010100 101011 110010 0 101010 11111001 100001 101100

Color Harmonies of #554A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A94

Black with #554A94

Text Example


Text Example

White with #554A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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