Html Css Color HEX #5C4D90 Victoria

📋 copy color: '#5C4D90'

red 92 ◦ green 77 ◦ blue 144

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

Shades of Victoria #5C4D90

Tints of Victoria #5C4D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

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

R = 29.39%
G = 24.6%
B = 46.01%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C4D90 (or 0x5C4D90) is known color: Victoria. HEX triplet: 5C, 4D and 90. RGB value is (92,77,144). Sum of RGB (Red+Green+Blue) = 92+77+144=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C4D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4D90 is #A3B26F. Grayscale: #585858. Windows color (decimal): -10728048 or 9456988. OLE color: 9456988.

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

Color convert

RGB 92 77 144 -
CMYK 0.36 0.47 0 0.44
HSL 253.43º 0.3% 0.43% -
HSV(B) 253.43º 0.47% 0.56% -
XYZ 12.1 9.6 27.6 -
YUV 89.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 92 77 144 0.36 0.47 0 0.44 253.43 0.3 0.43
Hex 5C 4D 90 24 2F 0 2C FD 1E 2B
Octal 134 115 220 44 57 0 54 375 36 53
Binary 1011100 1001101 10010000 100100 101111 0 101100 11111101 11110 101011

Color Harmonies of #5C4D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4D90

Black with #5C4D90

Text Example


Text Example

White with #5C4D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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