Html Css Color HEX #554C94 Victoria

📋 copy color: '#554C94'

red 85 ◦ green 76 ◦ blue 148

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

Shades of Victoria #554C94

Tints of Victoria #554C94

RGB

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

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

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

R = 27.51%
G = 24.6%
B = 47.9%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554C94 (or 0x554C94) is known color: Victoria. HEX triplet: 55, 4C and 94. RGB value is (85,76,148). Sum of RGB (Red+Green+Blue) = 85+76+148=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #554C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C94 is #AAB36B. Grayscale: #565656. Windows color (decimal): -11187052 or 9718869. OLE color: 9718869.

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

Color convert

RGB 85 76 148 -
CMYK 0.43 0.49 0 0.42
HSL 247.5º 0.32% 0.44% -
HSV(B) 247.5º 0.49% 0.58% -
XYZ 11.68 9.24 29.18 -
YUV 86.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 85 76 148 0.43 0.49 0 0.42 247.5 0.32 0.44
Hex 55 4C 94 2B 31 0 2A F8 20 2C
Octal 125 114 224 53 61 0 52 370 40 54
Binary 1010101 1001100 10010100 101011 110001 0 101010 11111000 100000 101100

Color Harmonies of #554C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C94

Black with #554C94

Text Example


Text Example

White with #554C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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