Html Css Color HEX #554D92 Victoria

📋 copy color: '#554D92'

red 85 ◦ green 77 ◦ blue 146

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

Shades of Victoria #554D92

Tints of Victoria #554D92

RGB

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

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

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

R = 27.6%
G = 25%
B = 47.4%

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

#554D92 (or 0x554D92) is known color: Victoria. HEX triplet: 55, 4D and 92. RGB value is (85,77,146). Sum of RGB (Red+Green+Blue) = 85+77+146=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #554D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D92 is #AAB26D. Grayscale: #565656. Windows color (decimal): -11186798 or 9588053. OLE color: 9588053.

HSL color Cylindrical-coordinate representation of color #554D92: hue angle of 246.96º degrees, saturation: 0.31, 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 #554D92 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 77 146 -
CMYK 0.42 0.47 0 0.43
HSL 246.96º 0.31% 0.44% -
HSV(B) 246.96º 0.47% 0.57% -
XYZ 11.59 9.31 28.38 -
YUV 87.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 85 77 146 0.42 0.47 0 0.43 246.96 0.31 0.44
Hex 55 4D 92 2A 2F 0 2B F7 1F 2C
Octal 125 115 222 52 57 0 53 367 37 54
Binary 1010101 1001101 10010010 101010 101111 0 101011 11110111 11111 101100

Color Harmonies of #554D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D92

Black with #554D92

Text Example


Text Example

White with #554D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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