Html Css Color HEX #555277 Victoria

📋 copy color: '#555277'

red 85 ◦ green 82 ◦ blue 119

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

Shades of Victoria #555277

Tints of Victoria #555277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 29.72%
G = 28.67%
B = 41.61%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555277 (or 0x555277) is known color: Victoria. HEX triplet: 55, 52 and 77. RGB value is (85,82,119). Sum of RGB (Red+Green+Blue) = 85+82+119=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #555277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555277 is #AAAD88. Grayscale: #565656. Windows color (decimal): -11185545 or 7819861. OLE color: 7819861.

HSL color Cylindrical-coordinate representation of color #555277: hue angle of 244.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555277 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 82 119 -
CMYK 0.29 0.31 0 0.53
HSL 244.86º 0.18% 0.39% -
HSV(B) 244.86º 0.31% 0.47% -
XYZ 10.09 9.3 18.72 -
YUV 87.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 85 82 119 0.29 0.31 0 0.53 244.86 0.18 0.39
Hex 55 52 77 1D 1F 0 35 F5 12 27
Octal 125 122 167 35 37 0 65 365 22 47
Binary 1010101 1010010 1110111 11101 11111 0 110101 11110101 10010 100111

Color Harmonies of #555277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555277

Black with #555277

Text Example


Text Example

White with #555277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555277; }

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

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

background-color css

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

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

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

border-color css

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

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

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