Html Css Color HEX #5E4F84 Victoria

📋 copy color: '#5E4F84'

red 94 ◦ green 79 ◦ blue 132

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

Shades of Victoria #5E4F84

Tints of Victoria #5E4F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 30.82%
G = 25.9%
B = 43.28%

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

#5E4F84 (or 0x5E4F84) is known color: Victoria. HEX triplet: 5E, 4F and 84. RGB value is (94,79,132). Sum of RGB (Red+Green+Blue) = 94+79+132=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E4F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4F84 is #A1B07B. Grayscale: #595959. Windows color (decimal): -10596476 or 8671070. OLE color: 8671070.

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

Color convert

RGB 94 79 132 -
CMYK 0.29 0.40 0 0.48
HSL 256.98º 0.25% 0.41% -
HSV(B) 256.98º 0.4% 0.52% -
XYZ 11.58 9.64 23.08 -
YUV 89.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 94 79 132 0.29 0.40 0 0.48 256.98 0.25 0.41
Hex 5E 4F 84 1D 28 0 30 101 19 29
Octal 136 117 204 35 50 0 60 401 31 51
Binary 1011110 1001111 10000100 11101 101000 0 110000 100000001 11001 101001

Color Harmonies of #5E4F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4F84

Black with #5E4F84

Text Example


Text Example

White with #5E4F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,79,132); }

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

background-color css

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

 a { background-color: rgb(94,79,132); }

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

border-color css

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

 span { border-color: rgb(94,79,132); }

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