Html Css Color HEX #53498B Victoria

📋 copy color: '#53498B'

red 83 ◦ green 73 ◦ blue 139

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

Shades of Victoria #53498B

Tints of Victoria #53498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 28.14%
G = 24.75%
B = 47.12%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53498B (or 0x53498B) is known color: Victoria. HEX triplet: 53, 49 and 8B. RGB value is (83,73,139). Sum of RGB (Red+Green+Blue) = 83+73+139=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #53498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53498B is #ACB674. Grayscale: #535353. Windows color (decimal): -11318901 or 9128275. OLE color: 9128275.

HSL color Cylindrical-coordinate representation of color #53498B: hue angle of 249.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53498B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 73 139 -
CMYK 0.40 0.47 0 0.45
HSL 249.09º 0.31% 0.42% -
HSV(B) 249.09º 0.47% 0.55% -
XYZ 10.61 8.47 25.5 -
YUV 83.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 83 73 139 0.40 0.47 0 0.45 249.09 0.31 0.42
Hex 53 49 8B 28 2F 0 2D F9 1F 2A
Octal 123 111 213 50 57 0 55 371 37 52
Binary 1010011 1001001 10001011 101000 101111 0 101101 11111001 11111 101010

Color Harmonies of #53498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53498B

Black with #53498B

Text Example


Text Example

White with #53498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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