Html Css Color HEX #53488F Victoria

📋 copy color: '#53488F'

red 83 ◦ green 72 ◦ blue 143

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

Shades of Victoria #53488F

Tints of Victoria #53488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 27.85%
G = 24.16%
B = 47.99%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53488F (or 0x53488F) is known color: Victoria. HEX triplet: 53, 48 and 8F. RGB value is (83,72,143). Sum of RGB (Red+Green+Blue) = 83+72+143=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #53488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53488F is #ACB770. Grayscale: #535353. Windows color (decimal): -11319153 or 9390163. OLE color: 9390163.

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

Color convert

RGB 83 72 143 -
CMYK 0.42 0.50 0 0.44
HSL 249.3º 0.33% 0.42% -
HSV(B) 249.3º 0.5% 0.56% -
XYZ 10.84 8.46 27.05 -
YUV 83.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 83 72 143 0.42 0.50 0 0.44 249.3 0.33 0.42
Hex 53 48 8F 2A 32 0 2C F9 21 2A
Octal 123 110 217 52 62 0 54 371 41 52
Binary 1010011 1001000 10001111 101010 110010 0 101100 11111001 100001 101010

Color Harmonies of #53488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53488F

Black with #53488F

Text Example


Text Example

White with #53488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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