Html Css Color HEX #5E538D Victoria

📋 copy color: '#5E538D'

red 94 ◦ green 83 ◦ blue 141

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

Shades of Victoria #5E538D

Tints of Victoria #5E538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 29.56%
G = 26.1%
B = 44.34%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E538D (or 0x5E538D) is known color: Victoria. HEX triplet: 5E, 53 and 8D. RGB value is (94,83,141). Sum of RGB (Red+Green+Blue) = 94+83+141=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E538D is #A1AC72. Grayscale: #5C5C5C. Windows color (decimal): -10595443 or 9261918. OLE color: 9261918.

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

Color convert

RGB 94 83 141 -
CMYK 0.33 0.41 0 0.45
HSL 251.38º 0.26% 0.44% -
HSV(B) 251.38º 0.41% 0.55% -
XYZ 12.52 10.49 26.56 -
YUV 92.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 94 83 141 0.33 0.41 0 0.45 251.38 0.26 0.44
Hex 5E 53 8D 21 29 0 2D FB 1A 2C
Octal 136 123 215 41 51 0 55 373 32 54
Binary 1011110 1010011 10001101 100001 101001 0 101101 11111011 11010 101100

Color Harmonies of #5E538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E538D

Black with #5E538D

Text Example


Text Example

White with #5E538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,83,141); }

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

background-color css

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

 a { background-color: rgb(94,83,141); }

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

border-color css

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

 span { border-color: rgb(94,83,141); }

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