Html Css Color HEX #554E7C Victoria

📋 copy color: '#554E7C'

red 85 ◦ green 78 ◦ blue 124

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

Shades of Victoria #554E7C

Tints of Victoria #554E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 29.62%
G = 27.18%
B = 43.21%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#554E7C (or 0x554E7C) is known color: Victoria. HEX triplet: 55, 4E and 7C. RGB value is (85,78,124). Sum of RGB (Red+Green+Blue) = 85+78+124=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #554E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E7C is #AAB183. Grayscale: #555555. Windows color (decimal): -11186564 or 8146517. OLE color: 8146517.

HSL color Cylindrical-coordinate representation of color #554E7C: hue angle of 249.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554E7C is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 78 124 -
CMYK 0.31 0.37 0 0.51
HSL 249.13º 0.23% 0.4% -
HSV(B) 249.13º 0.37% 0.49% -
XYZ 10.11 8.84 20.24 -
YUV 85.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 85 78 124 0.31 0.37 0 0.51 249.13 0.23 0.4
Hex 55 4E 7C 1F 25 0 33 F9 17 28
Octal 125 116 174 37 45 0 63 371 27 50
Binary 1010101 1001110 1111100 11111 100101 0 110011 11111001 10111 101000

Color Harmonies of #554E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E7C

Black with #554E7C

Text Example


Text Example

White with #554E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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