Html Css Color HEX #5E5085 Victoria

📋 copy color: '#5E5085'

red 94 ◦ green 80 ◦ blue 133

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

Shades of Victoria #5E5085

Tints of Victoria #5E5085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 30.62%
G = 26.06%
B = 43.32%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E5085 (or 0x5E5085) is known color: Victoria. HEX triplet: 5E, 50 and 85. RGB value is (94,80,133). Sum of RGB (Red+Green+Blue) = 94+80+133=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E5085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5085 is #A1AF7A. Grayscale: #5A5A5A. Windows color (decimal): -10596219 or 8736862. OLE color: 8736862.

HSL color Cylindrical-coordinate representation of color #5E5085: hue angle of 255.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E5085 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 80 133 -
CMYK 0.29 0.40 0 0.48
HSL 255.85º 0.25% 0.42% -
HSV(B) 255.85º 0.4% 0.52% -
XYZ 11.72 9.81 23.47 -
YUV 90.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 94 80 133 0.29 0.40 0 0.48 255.85 0.25 0.42
Hex 5E 50 85 1D 28 0 30 100 19 2A
Octal 136 120 205 35 50 0 60 400 31 52
Binary 1011110 1010000 10000101 11101 101000 0 110000 100000000 11001 101010

Color Harmonies of #5E5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5085

Black with #5E5085

Text Example


Text Example

White with #5E5085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,80,133); }

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

background-color css

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

 a { background-color: rgb(94,80,133); }

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

border-color css

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

 span { border-color: rgb(94,80,133); }

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