Html Css Color HEX #555289 Victoria

📋 copy color: '#555289'

red 85 ◦ green 82 ◦ blue 137

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

Shades of Victoria #555289

Tints of Victoria #555289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 27.96%
G = 26.97%
B = 45.07%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#555289 (or 0x555289) is known color: Victoria. HEX triplet: 55, 52 and 89. RGB value is (85,82,137). Sum of RGB (Red+Green+Blue) = 85+82+137=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #555289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555289 is #AAAD76. Grayscale: #585858. Windows color (decimal): -11185527 or 8999509. OLE color: 8999509.

HSL color Cylindrical-coordinate representation of color #555289: hue angle of 243.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555289 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 82 137 -
CMYK 0.38 0.40 0 0.46
HSL 243.27º 0.25% 0.43% -
HSV(B) 243.27º 0.4% 0.54% -
XYZ 11.28 9.77 24.96 -
YUV 89.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 85 82 137 0.38 0.40 0 0.46 243.27 0.25 0.43
Hex 55 52 89 26 28 0 2E F3 19 2B
Octal 125 122 211 46 50 0 56 363 31 53
Binary 1010101 1010010 10001001 100110 101000 0 101110 11110011 11001 101011

Color Harmonies of #555289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555289

Black with #555289

Text Example


Text Example

White with #555289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555289; }

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

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

background-color css

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

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

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

border-color css

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

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

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