Html Css Color HEX #5E5188 Victoria

📋 copy color: '#5E5188'

red 94 ◦ green 81 ◦ blue 136

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

Shades of Victoria #5E5188

Tints of Victoria #5E5188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 30.23%
G = 26.05%
B = 43.73%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E5188 (or 0x5E5188) is known color: Victoria. HEX triplet: 5E, 51 and 88. RGB value is (94,81,136). Sum of RGB (Red+Green+Blue) = 94+81+136=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E5188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5188 is #A1AE77. Grayscale: #5A5A5A. Windows color (decimal): -10595960 or 8933726. OLE color: 8933726.

HSL color Cylindrical-coordinate representation of color #5E5188: hue angle of 254.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E5188 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 81 136 -
CMYK 0.31 0.40 0 0.47
HSL 254.18º 0.25% 0.43% -
HSV(B) 254.18º 0.4% 0.53% -
XYZ 12 10.04 24.6 -
YUV 91.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 94 81 136 0.31 0.40 0 0.47 254.18 0.25 0.43
Hex 5E 51 88 1F 28 0 2F FE 19 2B
Octal 136 121 210 37 50 0 57 376 31 53
Binary 1011110 1010001 10001000 11111 101000 0 101111 11111110 11001 101011

Color Harmonies of #5E5188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5188

Black with #5E5188

Text Example


Text Example

White with #5E5188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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