Html Css Color HEX #53498F Victoria

📋 copy color: '#53498F'

red 83 ◦ green 73 ◦ blue 143

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

Shades of Victoria #53498F

Tints of Victoria #53498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 27.76%
G = 24.41%
B = 47.83%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53498F (or 0x53498F) is known color: Victoria. HEX triplet: 53, 49 and 8F. RGB value is (83,73,143). Sum of RGB (Red+Green+Blue) = 83+73+143=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #53498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53498F is #ACB670. Grayscale: #535353. Windows color (decimal): -11318897 or 9390419. OLE color: 9390419.

HSL color Cylindrical-coordinate representation of color #53498F: hue angle of 248.57º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53498F is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 73 143 -
CMYK 0.42 0.49 0 0.44
HSL 248.57º 0.32% 0.42% -
HSV(B) 248.57º 0.49% 0.56% -
XYZ 10.91 8.59 27.07 -
YUV 83.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 83 73 143 0.42 0.49 0 0.44 248.57 0.32 0.42
Hex 53 49 8F 2A 31 0 2C F9 20 2A
Octal 123 111 217 52 61 0 54 371 40 52
Binary 1010011 1001001 10001111 101010 110001 0 101100 11111001 100000 101010

Color Harmonies of #53498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53498F

Black with #53498F

Text Example


Text Example

White with #53498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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