Html Css Color HEX #555176 Victoria

📋 copy color: '#555176'

red 85 ◦ green 81 ◦ blue 118

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

Shades of Victoria #555176

Tints of Victoria #555176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 29.93%
G = 28.52%
B = 41.55%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555176 (or 0x555176) is known color: Victoria. HEX triplet: 55, 51 and 76. RGB value is (85,81,118). Sum of RGB (Red+Green+Blue) = 85+81+118=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #555176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555176 is #AAAE89. Grayscale: #565656. Windows color (decimal): -11185802 or 7754069. OLE color: 7754069.

HSL color Cylindrical-coordinate representation of color #555176: hue angle of 246.49º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555176 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 81 118 -
CMYK 0.28 0.31 0 0.54
HSL 246.49º 0.19% 0.39% -
HSV(B) 246.49º 0.31% 0.46% -
XYZ 9.96 9.12 18.38 -
YUV 86.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 85 81 118 0.28 0.31 0 0.54 246.49 0.19 0.39
Hex 55 51 76 1C 1F 0 36 F6 13 27
Octal 125 121 166 34 37 0 66 366 23 47
Binary 1010101 1010001 1110110 11100 11111 0 110110 11110110 10011 100111

Color Harmonies of #555176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555176

Black with #555176

Text Example


Text Example

White with #555176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555176; }

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

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

background-color css

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

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

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

border-color css

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

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

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