Html Css Color HEX #5E528A Victoria

📋 copy color: '#5E528A'

red 94 ◦ green 82 ◦ blue 138

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

Shades of Victoria #5E528A

Tints of Victoria #5E528A

RGB

 RED value IS 94 (37.11% from 255) = 29.94%

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

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

R = 29.94%
G = 26.11%
B = 43.95%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E528A (or 0x5E528A) is known color: Victoria. HEX triplet: 5E, 52 and 8A. RGB value is (94,82,138). Sum of RGB (Red+Green+Blue) = 94+82+138=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E528A is #A1AD75. Grayscale: #5B5B5B. Windows color (decimal): -10595702 or 9065054. OLE color: 9065054.

HSL color Cylindrical-coordinate representation of color #5E528A: hue angle of 252.86º degrees, saturation: 0.25, 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 #5E528A is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 82 138 -
CMYK 0.32 0.41 0 0.46
HSL 252.86º 0.25% 0.43% -
HSV(B) 252.86º 0.41% 0.54% -
XYZ 12.22 10.25 25.38 -
YUV 91.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 94 82 138 0.32 0.41 0 0.46 252.86 0.25 0.43
Hex 5E 52 8A 20 29 0 2E FD 19 2B
Octal 136 122 212 40 51 0 56 375 31 53
Binary 1011110 1010010 10001010 100000 101001 0 101110 11111101 11001 101011

Color Harmonies of #5E528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E528A

Black with #5E528A

Text Example


Text Example

White with #5E528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,82,138); }

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

background-color css

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

 a { background-color: rgb(94,82,138); }

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

border-color css

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

 span { border-color: rgb(94,82,138); }

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