Html Css Color HEX #554C92 Victoria

📋 copy color: '#554C92'

red 85 ◦ green 76 ◦ blue 146

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

Shades of Victoria #554C92

Tints of Victoria #554C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

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

R = 27.69%
G = 24.76%
B = 47.56%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554C92 (or 0x554C92) is known color: Victoria. HEX triplet: 55, 4C and 92. RGB value is (85,76,146). Sum of RGB (Red+Green+Blue) = 85+76+146=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #554C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C92 is #AAB36D. Grayscale: #565656. Windows color (decimal): -11187054 or 9587797. OLE color: 9587797.

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

Color convert

RGB 85 76 146 -
CMYK 0.42 0.48 0 0.43
HSL 247.71º 0.32% 0.44% -
HSV(B) 247.71º 0.48% 0.57% -
XYZ 11.52 9.18 28.36 -
YUV 86.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 85 76 146 0.42 0.48 0 0.43 247.71 0.32 0.44
Hex 55 4C 92 2A 30 0 2B F8 20 2C
Octal 125 114 222 52 60 0 53 370 40 54
Binary 1010101 1001100 10010010 101010 110000 0 101011 11111000 100000 101100

Color Harmonies of #554C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C92

Black with #554C92

Text Example


Text Example

White with #554C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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