Html Css Color HEX #5C5194 Victoria

📋 copy color: '#5C5194'

red 92 ◦ green 81 ◦ blue 148

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

Shades of Victoria #5C5194

Tints of Victoria #5C5194

RGB

 RED value IS 92 (36.33% from 255) = 28.66%

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

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 28.66%
G = 25.23%
B = 46.11%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C5194 (or 0x5C5194) is known color: Victoria. HEX triplet: 5C, 51 and 94. RGB value is (92,81,148). Sum of RGB (Red+Green+Blue) = 92+81+148=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C5194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5194 is #A3AE6B. Grayscale: #5B5B5B. Windows color (decimal): -10727020 or 9720156. OLE color: 9720156.

HSL color Cylindrical-coordinate representation of color #5C5194: hue angle of 249.85º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C5194 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 81 148 -
CMYK 0.38 0.45 0 0.42
HSL 249.85º 0.29% 0.45% -
HSV(B) 249.85º 0.45% 0.58% -
XYZ 12.7 10.3 29.34 -
YUV 91.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 92 81 148 0.38 0.45 0 0.42 249.85 0.29 0.45
Hex 5C 51 94 26 2D 0 2A FA 1D 2D
Octal 134 121 224 46 55 0 52 372 35 55
Binary 1011100 1010001 10010100 100110 101101 0 101010 11111010 11101 101101

Color Harmonies of #5C5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5194

Black with #5C5194

Text Example


Text Example

White with #5C5194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,81,148); }

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

background-color css

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

 a { background-color: rgb(92,81,148); }

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

border-color css

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

 span { border-color: rgb(92,81,148); }

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