Html Css Color HEX #5C5084 Victoria

📋 copy color: '#5C5084'

red 92 ◦ green 80 ◦ blue 132

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

Shades of Victoria #5C5084

Tints of Victoria #5C5084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.42%

R = 30.26%
G = 26.32%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5C5084 (or 0x5C5084) is known color: Victoria. HEX triplet: 5C, 50 and 84. RGB value is (92,80,132). Sum of RGB (Red+Green+Blue) = 92+80+132=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C5084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5084 is #A3AF7B. Grayscale: #595959. Windows color (decimal): -10727292 or 8671324. OLE color: 8671324.

HSL color Cylindrical-coordinate representation of color #5C5084: hue angle of 253.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C5084 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 80 132 -
CMYK 0.30 0.39 0 0.48
HSL 253.85º 0.25% 0.42% -
HSV(B) 253.85º 0.39% 0.52% -
XYZ 11.45 9.68 23.09 -
YUV 89.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 92 80 132 0.30 0.39 0 0.48 253.85 0.25 0.42
Hex 5C 50 84 1E 27 0 30 FE 19 2A
Octal 134 120 204 36 47 0 60 376 31 52
Binary 1011100 1010000 10000100 11110 100111 0 110000 11111110 11001 101010

Color Harmonies of #5C5084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5084

Black with #5C5084

Text Example


Text Example

White with #5C5084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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