Html Css Color HEX #554E73 Victoria

📋 copy color: '#554E73'

red 85 ◦ green 78 ◦ blue 115

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

Shades of Victoria #554E73

Tints of Victoria #554E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 30.58%
G = 28.06%
B = 41.37%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554E73 (or 0x554E73) is known color: Victoria. HEX triplet: 55, 4E and 73. RGB value is (85,78,115). Sum of RGB (Red+Green+Blue) = 85+78+115=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #554E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E73 is #AAB18C. Grayscale: #545454. Windows color (decimal): -11186573 or 7556693. OLE color: 7556693.

HSL color Cylindrical-coordinate representation of color #554E73: hue angle of 251.35º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554E73 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 78 115 -
CMYK 0.26 0.32 0 0.55
HSL 251.35º 0.19% 0.38% -
HSV(B) 251.35º 0.32% 0.45% -
XYZ 9.57 8.62 17.38 -
YUV 84.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 85 78 115 0.26 0.32 0 0.55 251.35 0.19 0.38
Hex 55 4E 73 1A 20 0 37 FB 13 26
Octal 125 116 163 32 40 0 67 373 23 46
Binary 1010101 1001110 1110011 11010 100000 0 110111 11111011 10011 100110

Color Harmonies of #554E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E73

Black with #554E73

Text Example


Text Example

White with #554E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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