#5C507A

Color #5C507A Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #5C507A

Tints of Victoria #5C507A

Color information

#5C507A (or 0x5C507A) is unknown color: approx Victoria. HEX triplet: 5C, 50 and 7A. RGB value is (92,80,122). Sum of RGB (Red+Green+Blue) = 92+80+122=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C507A is #A3AF85. Grayscale: #585858. Windows color (decimal): -10727302 or 8015964. OLE color: 8015964.

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

Color convert

RGB9280122-
CMYK0.250.3400.52
HSL257.14º20.79%39.61%-
HSV(B)257.14º34.43%47.84%-
XYZ10.89.4219.66-
YUV88.38146.98130.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=31.29%
G=27.21%
B=41.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92801220.250.3400.52257.1420.7939.61
Hex5C507A19220341011528
Octal13412017231420644012550
Binary10111001010000111101011001100010011010010000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C507A;
 }
 .AnyTagClassName
 {
   color: #5C507A;
 }
</style>
background-color css

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

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

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

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

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

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