Html Css Color HEX #555276 Victoria

📋 copy color: '#555276'

red 85 ◦ green 82 ◦ blue 118

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

Shades of Victoria #555276

Tints of Victoria #555276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 29.82%
G = 28.77%
B = 41.4%

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

#555276 (or 0x555276) is known color: Victoria. HEX triplet: 55, 52 and 76. RGB value is (85,82,118). Sum of RGB (Red+Green+Blue) = 85+82+118=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #555276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555276 is #AAAD89. Grayscale: #565656. Windows color (decimal): -11185546 or 7754325. OLE color: 7754325.

HSL color Cylindrical-coordinate representation of color #555276: hue angle of 245º degrees, saturation: 0.18, 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 #555276 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 82 118 -
CMYK 0.28 0.31 0 0.54
HSL 245º 0.18% 0.39% -
HSV(B) 245º 0.31% 0.46% -
XYZ 10.03 9.27 18.4 -
YUV 87 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 85 82 118 0.28 0.31 0 0.54 245 0.18 0.39
Hex 55 52 76 1C 1F 0 36 F5 12 27
Octal 125 122 166 34 37 0 66 365 22 47
Binary 1010101 1010010 1110110 11100 11111 0 110110 11110101 10010 100111

Color Harmonies of #555276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555276

Black with #555276

Text Example


Text Example

White with #555276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555276; }

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

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

background-color css

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

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

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

border-color css

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

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

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