Html Css Color HEX #53497B Victoria

📋 copy color: '#53497B'

red 83 ◦ green 73 ◦ blue 123

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

Shades of Victoria #53497B

Tints of Victoria #53497B

RGB

 RED value IS 83 (32.81% from 255) = 29.75%

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

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

R = 29.75%
G = 26.16%
B = 44.09%

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

#53497B (or 0x53497B) is known color: Victoria. HEX triplet: 53, 49 and 7B. RGB value is (83,73,123). Sum of RGB (Red+Green+Blue) = 83+73+123=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #53497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53497B is #ACB684. Grayscale: #515151. Windows color (decimal): -11318917 or 8079699. OLE color: 8079699.

HSL color Cylindrical-coordinate representation of color #53497B: hue angle of 252º 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 #53497B is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 73 123 -
CMYK 0.33 0.41 0 0.52
HSL 252º 0.26% 0.38% -
HSV(B) 252º 0.41% 0.48% -
XYZ 9.52 8.03 19.79 -
YUV 81.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 83 73 123 0.33 0.41 0 0.52 252 0.26 0.38
Hex 53 49 7B 21 29 0 34 FC 1A 26
Octal 123 111 173 41 51 0 64 374 32 46
Binary 1010011 1001001 1111011 100001 101001 0 110100 11111100 11010 100110

Color Harmonies of #53497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53497B

Black with #53497B

Text Example


Text Example

White with #53497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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