Html Css Color HEX #5A558A Victoria

📋 copy color: '#5A558A'

red 90 ◦ green 85 ◦ blue 138

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

Shades of Victoria #5A558A

Tints of Victoria #5A558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 28.75%
G = 27.16%
B = 44.09%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A558A (or 0x5A558A) is known color: Victoria. HEX triplet: 5A, 55 and 8A. RGB value is (90,85,138). Sum of RGB (Red+Green+Blue) = 90+85+138=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A558A is #A5AA75. Grayscale: #5C5C5C. Windows color (decimal): -10857078 or 9065818. OLE color: 9065818.

HSL color Cylindrical-coordinate representation of color #5A558A: hue angle of 245.66º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A558A is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 85 138 -
CMYK 0.35 0.38 0 0.46
HSL 245.66º 0.24% 0.44% -
HSV(B) 245.66º 0.38% 0.54% -
XYZ 12.05 10.51 25.44 -
YUV 92.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 90 85 138 0.35 0.38 0 0.46 245.66 0.24 0.44
Hex 5A 55 8A 23 26 0 2E F6 18 2C
Octal 132 125 212 43 46 0 56 366 30 54
Binary 1011010 1010101 10001010 100011 100110 0 101110 11110110 11000 101100

Color Harmonies of #5A558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A558A

Black with #5A558A

Text Example


Text Example

White with #5A558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,138); }

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

background-color css

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

 a { background-color: rgb(90,85,138); }

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

border-color css

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

 span { border-color: rgb(90,85,138); }

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