Html Css Color HEX #52497B Victoria

📋 copy color: '#52497B'

red 82 ◦ green 73 ◦ blue 123

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

Shades of Victoria #52497B

Tints of Victoria #52497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 29.5%
G = 26.26%
B = 44.24%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52497B (or 0x52497B) is known color: Victoria. HEX triplet: 52, 49 and 7B. RGB value is (82,73,123). Sum of RGB (Red+Green+Blue) = 82+73+123=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #52497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52497B is #ADB684. Grayscale: #515151. Windows color (decimal): -11384453 or 8079698. OLE color: 8079698.

HSL color Cylindrical-coordinate representation of color #52497B: hue angle of 250.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52497B is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 73 123 -
CMYK 0.33 0.41 0 0.52
HSL 250.8º 0.26% 0.38% -
HSV(B) 250.8º 0.41% 0.48% -
XYZ 9.44 7.99 19.78 -
YUV 81.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 82 73 123 0.33 0.41 0 0.52 250.8 0.26 0.38
Hex 52 49 7B 21 29 0 34 FB 1A 26
Octal 122 111 173 41 51 0 64 373 32 46
Binary 1010010 1001001 1111011 100001 101001 0 110100 11111011 11010 100110

Color Harmonies of #52497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52497B

Black with #52497B

Text Example


Text Example

White with #52497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52497B; }

 p { color: rgb(82,73,123); }

 H1.HeaderClassName
 {
   color: #52497B;
 }
 .AnyTagClassName
 {
   color: #52497B;
 }
</style>

background-color css

<style>
 a { background-color: #52497B; }

 a { background-color: rgb(82,73,123); }

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

border-color css

<style>
 span { border-color: #52497B; }

 span { border-color: rgb(82,73,123); }

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