Html Css Color HEX #53459D Blue Gem

📋 copy color: '#53459D'

red 83 ◦ green 69 ◦ blue 157

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

Shades of Blue Gem #53459D

Tints of Blue Gem #53459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 26.86%
G = 22.33%
B = 50.81%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53459D (or 0x53459D) is known color: Blue Gem. HEX triplet: 53, 45 and 9D. RGB value is (83,69,157). Sum of RGB (Red+Green+Blue) = 83+69+157=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #53459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53459D is #ACBA62. Grayscale: #525252. Windows color (decimal): -11319907 or 10306899. OLE color: 10306899.

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

Color convert

RGB 83 69 157 -
CMYK 0.47 0.56 0 0.38
HSL 249.55º 0.39% 0.44% -
HSV(B) 249.55º 0.56% 0.62% -
XYZ 11.78 8.53 32.92 -
YUV 83.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 83 69 157 0.47 0.56 0 0.38 249.55 0.39 0.44
Hex 53 45 9D 2F 38 0 26 FA 27 2C
Octal 123 105 235 57 70 0 46 372 47 54
Binary 1010011 1000101 10011101 101111 111000 0 100110 11111010 100111 101100

Color Harmonies of #53459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53459D

Black with #53459D

Text Example


Text Example

White with #53459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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