Html Css Color HEX #53479D Blue Gem

📋 copy color: '#53479D'

red 83 ◦ green 71 ◦ blue 157

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

Shades of Blue Gem #53479D

Tints of Blue Gem #53479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 26.69%
G = 22.83%
B = 50.48%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53479D (or 0x53479D) is known color: Blue Gem. HEX triplet: 53, 47 and 9D. RGB value is (83,71,157). Sum of RGB (Red+Green+Blue) = 83+71+157=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #53479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53479D is #ACB862. Grayscale: #545454. Windows color (decimal): -11319395 or 10307411. OLE color: 10307411.

HSL color Cylindrical-coordinate representation of color #53479D: hue angle of 248.37º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53479D is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 71 157 -
CMYK 0.47 0.55 0 0.38
HSL 248.37º 0.38% 0.45% -
HSV(B) 248.37º 0.55% 0.62% -
XYZ 11.91 8.78 32.97 -
YUV 84.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 83 71 157 0.47 0.55 0 0.38 248.37 0.38 0.45
Hex 53 47 9D 2F 37 0 26 F8 26 2D
Octal 123 107 235 57 67 0 46 370 46 55
Binary 1010011 1000111 10011101 101111 110111 0 100110 11111000 100110 101101

Color Harmonies of #53479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53479D

Black with #53479D

Text Example


Text Example

White with #53479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53479D; }

 p { color: rgb(83,71,157); }

 H1.HeaderClassName
 {
   color: #53479D;
 }
 .AnyTagClassName
 {
   color: #53479D;
 }
</style>

background-color css

<style>
 a { background-color: #53479D; }

 a { background-color: rgb(83,71,157); }

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

border-color css

<style>
 span { border-color: #53479D; }

 span { border-color: rgb(83,71,157); }

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