Html Css Color HEX #555487 Victoria

📋 copy color: '#555487'

red 85 ◦ green 84 ◦ blue 135

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

Shades of Victoria #555487

Tints of Victoria #555487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 27.96%
G = 27.63%
B = 44.41%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555487 (or 0x555487) is known color: Victoria. HEX triplet: 55, 54 and 87. RGB value is (85,84,135). Sum of RGB (Red+Green+Blue) = 85+84+135=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #555487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555487 is #AAAB78. Grayscale: #595959. Windows color (decimal): -11185017 or 8868949. OLE color: 8868949.

HSL color Cylindrical-coordinate representation of color #555487: hue angle of 241.18º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555487 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 84 135 -
CMYK 0.37 0.38 0 0.47
HSL 241.18º 0.23% 0.43% -
HSV(B) 241.18º 0.38% 0.53% -
XYZ 11.29 10.02 24.26 -
YUV 90.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 85 84 135 0.37 0.38 0 0.47 241.18 0.23 0.43
Hex 55 54 87 25 26 0 2F F1 17 2B
Octal 125 124 207 45 46 0 57 361 27 53
Binary 1010101 1010100 10000111 100101 100110 0 101111 11110001 10111 101011

Color Harmonies of #555487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555487

Black with #555487

Text Example


Text Example

White with #555487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555487; }

 p { color: rgb(85,84,135); }

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

background-color css

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

 a { background-color: rgb(85,84,135); }

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

border-color css

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

 span { border-color: rgb(85,84,135); }

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