Html Css Color HEX #554E76 Victoria

📋 copy color: '#554E76'

red 85 ◦ green 78 ◦ blue 118

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

Shades of Victoria #554E76

Tints of Victoria #554E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 30.25%
G = 27.76%
B = 41.99%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554E76 (or 0x554E76) is known color: Victoria. HEX triplet: 55, 4E and 76. RGB value is (85,78,118). Sum of RGB (Red+Green+Blue) = 85+78+118=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #554E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E76 is #AAB189. Grayscale: #545454. Windows color (decimal): -11186570 or 7753301. OLE color: 7753301.

HSL color Cylindrical-coordinate representation of color #554E76: hue angle of 250.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554E76 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 78 118 -
CMYK 0.28 0.34 0 0.54
HSL 250.5º 0.2% 0.38% -
HSV(B) 250.5º 0.34% 0.46% -
XYZ 9.74 8.69 18.3 -
YUV 84.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 85 78 118 0.28 0.34 0 0.54 250.5 0.2 0.38
Hex 55 4E 76 1C 22 0 36 FB 14 26
Octal 125 116 166 34 42 0 66 373 24 46
Binary 1010101 1001110 1110110 11100 100010 0 110110 11111011 10100 100110

Color Harmonies of #554E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E76

Black with #554E76

Text Example


Text Example

White with #554E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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