Html Css Color HEX #524C8C Victoria

📋 copy color: '#524C8C'

red 82 ◦ green 76 ◦ blue 140

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

Shades of Victoria #524C8C

Tints of Victoria #524C8C

RGB

 RED value IS 82 (32.42% from 255) = 27.52%

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 140 (55.08% from 255) = 46.98%

R = 27.52%
G = 25.5%
B = 46.98%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#524C8C (or 0x524C8C) is known color: Victoria. HEX triplet: 52, 4C and 8C. RGB value is (82,76,140). Sum of RGB (Red+Green+Blue) = 82+76+140=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #524C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524C8C is #ADB373. Grayscale: #545454. Windows color (decimal): -11383668 or 9194578. OLE color: 9194578.

HSL color Cylindrical-coordinate representation of color #524C8C: hue angle of 245.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524C8C is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 76 140 -
CMYK 0.41 0.46 0 0.45
HSL 245.63º 0.3% 0.42% -
HSV(B) 245.63º 0.46% 0.55% -
XYZ 10.8 8.86 25.95 -
YUV 85.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 82 76 140 0.41 0.46 0 0.45 245.63 0.3 0.42
Hex 52 4C 8C 29 2E 0 2D F6 1E 2A
Octal 122 114 214 51 56 0 55 366 36 52
Binary 1010010 1001100 10001100 101001 101110 0 101101 11110110 11110 101010

Color Harmonies of #524C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C8C

Black with #524C8C

Text Example


Text Example

White with #524C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524C8C; }

 p { color: rgb(82,76,140); }

 H1.HeaderClassName
 {
   color: #524C8C;
 }
 .AnyTagClassName
 {
   color: #524C8C;
 }
</style>

background-color css

<style>
 a { background-color: #524C8C; }

 a { background-color: rgb(82,76,140); }

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

border-color css

<style>
 span { border-color: #524C8C; }

 span { border-color: rgb(82,76,140); }

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