Html Css Color HEX #5E5288 Victoria

📋 copy color: '#5E5288'

red 94 ◦ green 82 ◦ blue 136

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

Shades of Victoria #5E5288

Tints of Victoria #5E5288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 30.13%
G = 26.28%
B = 43.59%

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

#5E5288 (or 0x5E5288) is known color: Victoria. HEX triplet: 5E, 52 and 88. RGB value is (94,82,136). Sum of RGB (Red+Green+Blue) = 94+82+136=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5288 is #A1AD77. Grayscale: #5B5B5B. Windows color (decimal): -10595704 or 8933982. OLE color: 8933982.

HSL color Cylindrical-coordinate representation of color #5E5288: hue angle of 253.33º 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 #5E5288 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 82 136 -
CMYK 0.31 0.40 0 0.47
HSL 253.33º 0.25% 0.43% -
HSV(B) 253.33º 0.4% 0.53% -
XYZ 12.08 10.19 24.62 -
YUV 91.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 94 82 136 0.31 0.40 0 0.47 253.33 0.25 0.43
Hex 5E 52 88 1F 28 0 2F FD 19 2B
Octal 136 122 210 37 50 0 57 375 31 53
Binary 1011110 1010010 10001000 11111 101000 0 101111 11111101 11001 101011

Color Harmonies of #5E5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5288

Black with #5E5288

Text Example


Text Example

White with #5E5288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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