Html Css Color HEX #524B73 Victoria

📋 copy color: '#524B73'

red 82 ◦ green 75 ◦ blue 115

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

Shades of Victoria #524B73

Tints of Victoria #524B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 30.15%
G = 27.57%
B = 42.28%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524B73 (or 0x524B73) is known color: Victoria. HEX triplet: 52, 4B and 73. RGB value is (82,75,115). Sum of RGB (Red+Green+Blue) = 82+75+115=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #524B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B73 is #ADB48C. Grayscale: #515151. Windows color (decimal): -11383949 or 7555922. OLE color: 7555922.

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

Color convert

RGB 82 75 115 -
CMYK 0.29 0.35 0 0.55
HSL 250.5º 0.21% 0.37% -
HSV(B) 250.5º 0.35% 0.45% -
XYZ 9.09 8.06 17.3 -
YUV 81.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 82 75 115 0.29 0.35 0 0.55 250.5 0.21 0.37
Hex 52 4B 73 1D 23 0 37 FB 15 25
Octal 122 113 163 35 43 0 67 373 25 45
Binary 1010010 1001011 1110011 11101 100011 0 110111 11111011 10101 100101

Color Harmonies of #524B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B73

Black with #524B73

Text Example


Text Example

White with #524B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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