Html Css Color HEX #53409B Blue Gem

📋 copy color: '#53409B'

red 83 ◦ green 64 ◦ blue 155

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

Shades of Blue Gem #53409B

Tints of Blue Gem #53409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 27.48%
G = 21.19%
B = 51.32%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53409B (or 0x53409B) is known color: Blue Gem. HEX triplet: 53, 40 and 9B. RGB value is (83,64,155). Sum of RGB (Red+Green+Blue) = 83+64+155=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #53409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53409B is #ACBF64. Grayscale: #4F4F4F. Windows color (decimal): -11321189 or 10174547. OLE color: 10174547.

HSL color Cylindrical-coordinate representation of color #53409B: hue angle of 252.53º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53409B is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 64 155 -
CMYK 0.46 0.59 0 0.39
HSL 252.53º 0.42% 0.43% -
HSV(B) 252.53º 0.59% 0.61% -
XYZ 11.32 7.87 31.93 -
YUV 80.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 83 64 155 0.46 0.59 0 0.39 252.53 0.42 0.43
Hex 53 40 9B 2E 3B 0 27 FD 2A 2B
Octal 123 100 233 56 73 0 47 375 52 53
Binary 1010011 1000000 10011011 101110 111011 0 100111 11111101 101010 101011

Color Harmonies of #53409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53409B

Black with #53409B

Text Example


Text Example

White with #53409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,64,155); }

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

background-color css

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

 a { background-color: rgb(83,64,155); }

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

border-color css

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

 span { border-color: rgb(83,64,155); }

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