Html Css Color HEX #5E557D Victoria

📋 copy color: '#5E557D'

red 94 ◦ green 85 ◦ blue 125

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

Shades of Victoria #5E557D

Tints of Victoria #5E557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 30.92%
G = 27.96%
B = 41.12%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E557D (or 0x5E557D) is known color: Victoria. HEX triplet: 5E, 55 and 7D. RGB value is (94,85,125). Sum of RGB (Red+Green+Blue) = 94+85+125=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E557D is #A1AA82. Grayscale: #5C5C5C. Windows color (decimal): -10594947 or 8213854. OLE color: 8213854.

HSL color Cylindrical-coordinate representation of color #5E557D: hue angle of 253.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E557D is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 85 125 -
CMYK 0.25 0.32 0 0.51
HSL 253.5º 0.19% 0.41% -
HSV(B) 253.5º 0.32% 0.49% -
XYZ 11.57 10.36 20.79 -
YUV 92.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 94 85 125 0.25 0.32 0 0.51 253.5 0.19 0.41
Hex 5E 55 7D 19 20 0 33 FE 13 29
Octal 136 125 175 31 40 0 63 376 23 51
Binary 1011110 1010101 1111101 11001 100000 0 110011 11111110 10011 101001

Color Harmonies of #5E557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E557D

Black with #5E557D

Text Example


Text Example

White with #5E557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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