Html Css Color HEX #5C5379 Victoria

📋 copy color: '#5C5379'

red 92 ◦ green 83 ◦ blue 121

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

Shades of Victoria #5C5379

Tints of Victoria #5C5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 31.08%
G = 28.04%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C5379 (or 0x5C5379) is known color: Victoria. HEX triplet: 5C, 53 and 79. RGB value is (92,83,121). Sum of RGB (Red+Green+Blue) = 92+83+121=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5379 is #A3AC86. Grayscale: #595959. Windows color (decimal): -10726535 or 7951196. OLE color: 7951196.

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

Color convert

RGB 92 83 121 -
CMYK 0.24 0.31 0 0.53
HSL 254.21º 0.19% 0.4% -
HSV(B) 254.21º 0.31% 0.47% -
XYZ 10.96 9.84 19.41 -
YUV 90.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 92 83 121 0.24 0.31 0 0.53 254.21 0.19 0.4
Hex 5C 53 79 18 1F 0 35 FE 13 28
Octal 134 123 171 30 37 0 65 376 23 50
Binary 1011100 1010011 1111001 11000 11111 0 110101 11111110 10011 101000

Color Harmonies of #5C5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5379

Black with #5C5379

Text Example


Text Example

White with #5C5379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,83,121); }

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

background-color css

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

 a { background-color: rgb(92,83,121); }

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

border-color css

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

 span { border-color: rgb(92,83,121); }

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