Html Css Color HEX #5C5279 Victoria

📋 copy color: '#5C5279'

red 92 ◦ green 82 ◦ blue 121

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

Shades of Victoria #5C5279

Tints of Victoria #5C5279

RGB

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

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

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

R = 31.19%
G = 27.8%
B = 41.02%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C5279 (or 0x5C5279) is known color: Victoria. HEX triplet: 5C, 52 and 79. RGB value is (92,82,121). Sum of RGB (Red+Green+Blue) = 92+82+121=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5279 is #A3AD86. Grayscale: #595959. Windows color (decimal): -10726791 or 7950940. OLE color: 7950940.

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

Color convert

RGB 92 82 121 -
CMYK 0.24 0.32 0 0.53
HSL 255.38º 0.19% 0.4% -
HSV(B) 255.38º 0.32% 0.47% -
XYZ 10.88 9.69 19.39 -
YUV 89.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 92 82 121 0.24 0.32 0 0.53 255.38 0.19 0.4
Hex 5C 52 79 18 20 0 35 FF 13 28
Octal 134 122 171 30 40 0 65 377 23 50
Binary 1011100 1010010 1111001 11000 100000 0 110101 11111111 10011 101000

Color Harmonies of #5C5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5279

Black with #5C5279

Text Example


Text Example

White with #5C5279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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