Html Css Color HEX #524B72 Victoria

📋 copy color: '#524B72'

red 82 ◦ green 75 ◦ blue 114

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

Shades of Victoria #524B72

Tints of Victoria #524B72

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 30.26%
G = 27.68%
B = 42.07%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524B72 (or 0x524B72) is known color: Victoria. HEX triplet: 52, 4B and 72. RGB value is (82,75,114). Sum of RGB (Red+Green+Blue) = 82+75+114=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #524B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B72 is #ADB48D. Grayscale: #515151. Windows color (decimal): -11383950 or 7490386. OLE color: 7490386.

HSL color Cylindrical-coordinate representation of color #524B72: hue angle of 250.77º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524B72 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 75 114 -
CMYK 0.28 0.34 0 0.55
HSL 250.77º 0.21% 0.37% -
HSV(B) 250.77º 0.34% 0.45% -
XYZ 9.03 8.04 17 -
YUV 81.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 82 75 114 0.28 0.34 0 0.55 250.77 0.21 0.37
Hex 52 4B 72 1C 22 0 37 FB 15 25
Octal 122 113 162 34 42 0 67 373 25 45
Binary 1010010 1001011 1110010 11100 100010 0 110111 11111011 10101 100101

Color Harmonies of #524B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B72

Black with #524B72

Text Example


Text Example

White with #524B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,75,114); }

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

background-color css

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

 a { background-color: rgb(82,75,114); }

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

border-color css

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

 span { border-color: rgb(82,75,114); }

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