Html Css Color HEX #524C70 Victoria

📋 copy color: '#524C70'

red 82 ◦ green 76 ◦ blue 112

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

Shades of Victoria #524C70

Tints of Victoria #524C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 30.37%
G = 28.15%
B = 41.48%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#524C70 (or 0x524C70) is known color: Victoria. HEX triplet: 52, 4C and 70. RGB value is (82,76,112). Sum of RGB (Red+Green+Blue) = 82+76+112=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #524C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C70 is #ADB38F. Grayscale: #515151. Windows color (decimal): -11383696 or 7359570. OLE color: 7359570.

HSL color Cylindrical-coordinate representation of color #524C70: hue angle of 250º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524C70 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 76 112 -
CMYK 0.27 0.32 0 0.56
HSL 250º 0.19% 0.37% -
HSV(B) 250º 0.32% 0.44% -
XYZ 8.99 8.13 16.43 -
YUV 81.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 82 76 112 0.27 0.32 0 0.56 250 0.19 0.37
Hex 52 4C 70 1B 20 0 38 FA 13 25
Octal 122 114 160 33 40 0 70 372 23 45
Binary 1010010 1001100 1110000 11011 100000 0 111000 11111010 10011 100101

Color Harmonies of #524C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C70

Black with #524C70

Text Example


Text Example

White with #524C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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