Html Css Color HEX #5E5688 Victoria

📋 copy color: '#5E5688'

red 94 ◦ green 86 ◦ blue 136

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

Shades of Victoria #5E5688

Tints of Victoria #5E5688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 29.75%
G = 27.22%
B = 43.04%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E5688 (or 0x5E5688) is known color: Victoria. HEX triplet: 5E, 56 and 88. RGB value is (94,86,136). Sum of RGB (Red+Green+Blue) = 94+86+136=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E5688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5688 is #A1A977. Grayscale: #5D5D5D. Windows color (decimal): -10594680 or 8935006. OLE color: 8935006.

HSL color Cylindrical-coordinate representation of color #5E5688: hue angle of 249.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E5688 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 86 136 -
CMYK 0.31 0.37 0 0.47
HSL 249.6º 0.23% 0.44% -
HSV(B) 249.6º 0.37% 0.53% -
XYZ 12.39 10.81 24.73 -
YUV 94.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 94 86 136 0.31 0.37 0 0.47 249.6 0.23 0.44
Hex 5E 56 88 1F 25 0 2F FA 17 2C
Octal 136 126 210 37 45 0 57 372 27 54
Binary 1011110 1010110 10001000 11111 100101 0 101111 11111010 10111 101100

Color Harmonies of #5E5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5688

Black with #5E5688

Text Example


Text Example

White with #5E5688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,136); }

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

background-color css

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

 a { background-color: rgb(94,86,136); }

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

border-color css

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

 span { border-color: rgb(94,86,136); }

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