Html Css Color HEX #5A5189 Victoria

📋 copy color: '#5A5189'

red 90 ◦ green 81 ◦ blue 137

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

Shades of Victoria #5A5189

Tints of Victoria #5A5189

RGB

 RED value IS 90 (35.55% from 255) = 29.22%

 GREEN value IS 81 (32.03% from 255) = 26.3%

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

R = 29.22%
G = 26.3%
B = 44.48%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A5189 (or 0x5A5189) is known color: Victoria. HEX triplet: 5A, 51 and 89. RGB value is (90,81,137). Sum of RGB (Red+Green+Blue) = 90+81+137=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5189 is #A5AE76. Grayscale: #595959. Windows color (decimal): -10858103 or 8999258. OLE color: 8999258.

HSL color Cylindrical-coordinate representation of color #5A5189: hue angle of 249.64º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A5189 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 81 137 -
CMYK 0.34 0.41 0 0.46
HSL 249.64º 0.26% 0.43% -
HSV(B) 249.64º 0.41% 0.54% -
XYZ 11.67 9.86 24.96 -
YUV 90.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 90 81 137 0.34 0.41 0 0.46 249.64 0.26 0.43
Hex 5A 51 89 22 29 0 2E FA 1A 2B
Octal 132 121 211 42 51 0 56 372 32 53
Binary 1011010 1010001 10001001 100010 101001 0 101110 11111010 11010 101011

Color Harmonies of #5A5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5189

Black with #5A5189

Text Example


Text Example

White with #5A5189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5189; }

 p { color: rgb(90,81,137); }

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

background-color css

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

 a { background-color: rgb(90,81,137); }

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

border-color css

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

 span { border-color: rgb(90,81,137); }

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