Html Css Color HEX #5A558B Victoria

📋 copy color: '#5A558B'

red 90 ◦ green 85 ◦ blue 139

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

Shades of Victoria #5A558B

Tints of Victoria #5A558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 28.66%
G = 27.07%
B = 44.27%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A558B (or 0x5A558B) is known color: Victoria. HEX triplet: 5A, 55 and 8B. RGB value is (90,85,139). Sum of RGB (Red+Green+Blue) = 90+85+139=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A558B is #A5AA74. Grayscale: #5C5C5C. Windows color (decimal): -10857077 or 9131354. OLE color: 9131354.

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

Color convert

RGB 90 85 139 -
CMYK 0.35 0.39 0 0.45
HSL 245.56º 0.24% 0.44% -
HSV(B) 245.56º 0.39% 0.55% -
XYZ 12.13 10.53 25.82 -
YUV 92.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 90 85 139 0.35 0.39 0 0.45 245.56 0.24 0.44
Hex 5A 55 8B 23 27 0 2D F6 18 2C
Octal 132 125 213 43 47 0 55 366 30 54
Binary 1011010 1010101 10001011 100011 100111 0 101101 11110110 11000 101100

Color Harmonies of #5A558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A558B

Black with #5A558B

Text Example


Text Example

White with #5A558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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