Html Css Color HEX #554C93 Victoria

📋 copy color: '#554C93'

red 85 ◦ green 76 ◦ blue 147

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

Shades of Victoria #554C93

Tints of Victoria #554C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 27.6%
G = 24.68%
B = 47.73%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554C93 (or 0x554C93) is known color: Victoria. HEX triplet: 55, 4C and 93. RGB value is (85,76,147). Sum of RGB (Red+Green+Blue) = 85+76+147=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #554C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C93 is #AAB36C. Grayscale: #565656. Windows color (decimal): -11187053 or 9653333. OLE color: 9653333.

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

Color convert

RGB 85 76 147 -
CMYK 0.42 0.48 0 0.42
HSL 247.61º 0.32% 0.44% -
HSV(B) 247.61º 0.48% 0.58% -
XYZ 11.6 9.21 28.77 -
YUV 86.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 85 76 147 0.42 0.48 0 0.42 247.61 0.32 0.44
Hex 55 4C 93 2A 30 0 2A F8 20 2C
Octal 125 114 223 52 60 0 52 370 40 54
Binary 1010101 1001100 10010011 101010 110000 0 101010 11111000 100000 101100

Color Harmonies of #554C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C93

Black with #554C93

Text Example


Text Example

White with #554C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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