Html Css Color HEX #5C5082 Victoria

📋 copy color: '#5C5082'

red 92 ◦ green 80 ◦ blue 130

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

Shades of Victoria #5C5082

Tints of Victoria #5C5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 30.46%
G = 26.49%
B = 43.05%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C5082 (or 0x5C5082) is known color: Victoria. HEX triplet: 5C, 50 and 82. RGB value is (92,80,130). Sum of RGB (Red+Green+Blue) = 92+80+130=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C5082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5082 is #A3AF7D. Grayscale: #595959. Windows color (decimal): -10727294 or 8540252. OLE color: 8540252.

HSL color Cylindrical-coordinate representation of color #5C5082: hue angle of 254.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C5082 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 80 130 -
CMYK 0.29 0.38 0 0.49
HSL 254.4º 0.24% 0.41% -
HSV(B) 254.4º 0.38% 0.51% -
XYZ 11.31 9.62 22.38 -
YUV 89.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 92 80 130 0.29 0.38 0 0.49 254.4 0.24 0.41
Hex 5C 50 82 1D 26 0 31 FE 18 29
Octal 134 120 202 35 46 0 61 376 30 51
Binary 1011100 1010000 10000010 11101 100110 0 110001 11111110 11000 101001

Color Harmonies of #5C5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5082

Black with #5C5082

Text Example


Text Example

White with #5C5082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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