Html Css Color HEX #5C5190 Victoria

📋 copy color: '#5C5190'

red 92 ◦ green 81 ◦ blue 144

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

Shades of Victoria #5C5190

Tints of Victoria #5C5190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 29.02%
G = 25.55%
B = 45.43%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C5190 (or 0x5C5190) is known color: Victoria. HEX triplet: 5C, 51 and 90. RGB value is (92,81,144). Sum of RGB (Red+Green+Blue) = 92+81+144=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C5190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5190 is #A3AE6F. Grayscale: #5B5B5B. Windows color (decimal): -10727024 or 9458012. OLE color: 9458012.

HSL color Cylindrical-coordinate representation of color #5C5190: hue angle of 250.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C5190 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 81 144 -
CMYK 0.36 0.44 0 0.44
HSL 250.48º 0.28% 0.44% -
HSV(B) 250.48º 0.44% 0.56% -
XYZ 12.39 10.17 27.7 -
YUV 91.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 92 81 144 0.36 0.44 0 0.44 250.48 0.28 0.44
Hex 5C 51 90 24 2C 0 2C FA 1C 2C
Octal 134 121 220 44 54 0 54 372 34 54
Binary 1011100 1010001 10010000 100100 101100 0 101100 11111010 11100 101100

Color Harmonies of #5C5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5190

Black with #5C5190

Text Example


Text Example

White with #5C5190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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