Html Css Color HEX #555086 Victoria

📋 copy color: '#555086'

red 85 ◦ green 80 ◦ blue 134

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

Shades of Victoria #555086

Tints of Victoria #555086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

 BLUE value IS 134 (52.73% from 255) = 44.82%

R = 28.43%
G = 26.76%
B = 44.82%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555086 (or 0x555086) is known color: Victoria. HEX triplet: 55, 50 and 86. RGB value is (85,80,134). Sum of RGB (Red+Green+Blue) = 85+80+134=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #555086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555086 is #AAAF79. Grayscale: #575757. Windows color (decimal): -11186042 or 8802389. OLE color: 8802389.

HSL color Cylindrical-coordinate representation of color #555086: hue angle of 245.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555086 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 80 134 -
CMYK 0.37 0.40 0 0.47
HSL 245.56º 0.25% 0.42% -
HSV(B) 245.56º 0.4% 0.53% -
XYZ 10.92 9.39 23.79 -
YUV 87.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 85 80 134 0.37 0.40 0 0.47 245.56 0.25 0.42
Hex 55 50 86 25 28 0 2F F6 19 2A
Octal 125 120 206 45 50 0 57 366 31 52
Binary 1010101 1010000 10000110 100101 101000 0 101111 11110110 11001 101010

Color Harmonies of #555086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555086

Black with #555086

Text Example


Text Example

White with #555086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555086; }

 p { color: rgb(85,80,134); }

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

background-color css

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

 a { background-color: rgb(85,80,134); }

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

border-color css

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

 span { border-color: rgb(85,80,134); }

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