Html Css Color HEX #5C5080 Victoria

📋 copy color: '#5C5080'

red 92 ◦ green 80 ◦ blue 128

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

Shades of Victoria #5C5080

Tints of Victoria #5C5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 30.67%
G = 26.67%
B = 42.67%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5C5080 (or 0x5C5080) is known color: Victoria. HEX triplet: 5C, 50 and 80. RGB value is (92,80,128). Sum of RGB (Red+Green+Blue) = 92+80+128=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #5C5080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5080 is #A3AF7F. Grayscale: #585858. Windows color (decimal): -10727296 or 8409180. OLE color: 8409180.

HSL color Cylindrical-coordinate representation of color #5C5080: hue angle of 255º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C5080 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 92 80 128 -
CMYK 0.28 0.38 0 0.50
HSL 255º 0.23% 0.41% -
HSV(B) 255º 0.38% 0.5% -
XYZ 11.18 9.57 21.68 -
YUV 89.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 92 80 128 0.28 0.38 0 0.50 255 0.23 0.41
Hex 5C 50 80 1C 26 0 32 FF 17 29
Octal 134 120 200 34 46 0 62 377 27 51
Binary 1011100 1010000 10000000 11100 100110 0 110010 11111111 10111 101001

Color Harmonies of #5C5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5080

Black with #5C5080

Text Example


Text Example

White with #5C5080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,80,128); }

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

background-color css

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

 a { background-color: rgb(92,80,128); }

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

border-color css

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

 span { border-color: rgb(92,80,128); }

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