Html Css Color HEX #5E558A Victoria

📋 copy color: '#5E558A'

red 94 ◦ green 85 ◦ blue 138

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

Shades of Victoria #5E558A

Tints of Victoria #5E558A

RGB

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

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

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

R = 29.65%
G = 26.81%
B = 43.53%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E558A (or 0x5E558A) is known color: Victoria. HEX triplet: 5E, 55 and 8A. RGB value is (94,85,138). Sum of RGB (Red+Green+Blue) = 94+85+138=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E558A is #A1AA75. Grayscale: #5D5D5D. Windows color (decimal): -10594934 or 9065822. OLE color: 9065822.

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

Color convert

RGB 94 85 138 -
CMYK 0.32 0.38 0 0.46
HSL 250.19º 0.24% 0.44% -
HSV(B) 250.19º 0.38% 0.54% -
XYZ 12.45 10.71 25.46 -
YUV 93.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 94 85 138 0.32 0.38 0 0.46 250.19 0.24 0.44
Hex 5E 55 8A 20 26 0 2E FA 18 2C
Octal 136 125 212 40 46 0 56 372 30 54
Binary 1011110 1010101 10001010 100000 100110 0 101110 11111010 11000 101100

Color Harmonies of #5E558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E558A

Black with #5E558A

Text Example


Text Example

White with #5E558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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