Html Css Color HEX #555389 Victoria

📋 copy color: '#555389'

red 85 ◦ green 83 ◦ blue 137

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

Shades of Victoria #555389

Tints of Victoria #555389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 27.87%
G = 27.21%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#555389 (or 0x555389) is known color: Victoria. HEX triplet: 55, 53 and 89. RGB value is (85,83,137). Sum of RGB (Red+Green+Blue) = 85+83+137=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #555389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555389 is #AAAC76. Grayscale: #595959. Windows color (decimal): -11185271 or 8999765. OLE color: 8999765.

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

Color convert

RGB 85 83 137 -
CMYK 0.38 0.39 0 0.46
HSL 242.22º 0.25% 0.43% -
HSV(B) 242.22º 0.39% 0.54% -
XYZ 11.35 9.92 24.98 -
YUV 89.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 85 83 137 0.38 0.39 0 0.46 242.22 0.25 0.43
Hex 55 53 89 26 27 0 2E F2 19 2B
Octal 125 123 211 46 47 0 56 362 31 53
Binary 1010101 1010011 10001001 100110 100111 0 101110 11110010 11001 101011

Color Harmonies of #555389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555389

Black with #555389

Text Example


Text Example

White with #555389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555389; }

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

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

background-color css

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

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

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

border-color css

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

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

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