Html Css Color HEX #524C7D Victoria

📋 copy color: '#524C7D'

red 82 ◦ green 76 ◦ blue 125

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

Shades of Victoria #524C7D

Tints of Victoria #524C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 28.98%
G = 26.86%
B = 44.17%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#524C7D (or 0x524C7D) is known color: Victoria. HEX triplet: 52, 4C and 7D. RGB value is (82,76,125). Sum of RGB (Red+Green+Blue) = 82+76+125=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #524C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C7D is #ADB382. Grayscale: #535353. Windows color (decimal): -11383683 or 8211538. OLE color: 8211538.

HSL color Cylindrical-coordinate representation of color #524C7D: hue angle of 247.35º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524C7D is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 76 125 -
CMYK 0.34 0.39 0 0.51
HSL 247.35º 0.24% 0.39% -
HSV(B) 247.35º 0.39% 0.49% -
XYZ 9.77 8.44 20.52 -
YUV 83.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 82 76 125 0.34 0.39 0 0.51 247.35 0.24 0.39
Hex 52 4C 7D 22 27 0 33 F7 18 27
Octal 122 114 175 42 47 0 63 367 30 47
Binary 1010010 1001100 1111101 100010 100111 0 110011 11110111 11000 100111

Color Harmonies of #524C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C7D

Black with #524C7D

Text Example


Text Example

White with #524C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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