Html Css Color HEX #554E92 Victoria

📋 copy color: '#554E92'

red 85 ◦ green 78 ◦ blue 146

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

Shades of Victoria #554E92

Tints of Victoria #554E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.24%

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

R = 27.51%
G = 25.24%
B = 47.25%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554E92 (or 0x554E92) is known color: Victoria. HEX triplet: 55, 4E and 92. RGB value is (85,78,146). Sum of RGB (Red+Green+Blue) = 85+78+146=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #554E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E92 is #AAB16D. Grayscale: #575757. Windows color (decimal): -11186542 or 9588309. OLE color: 9588309.

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

Color convert

RGB 85 78 146 -
CMYK 0.42 0.47 0 0.43
HSL 246.18º 0.3% 0.44% -
HSV(B) 246.18º 0.47% 0.57% -
XYZ 11.66 9.46 28.4 -
YUV 87.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 85 78 146 0.42 0.47 0 0.43 246.18 0.3 0.44
Hex 55 4E 92 2A 2F 0 2B F6 1E 2C
Octal 125 116 222 52 57 0 53 366 36 54
Binary 1010101 1001110 10010010 101010 101111 0 101011 11110110 11110 101100

Color Harmonies of #554E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E92

Black with #554E92

Text Example


Text Example

White with #554E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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