Html Css Color HEX #53429B Blue Gem

📋 copy color: '#53429B'

red 83 ◦ green 66 ◦ blue 155

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

Shades of Blue Gem #53429B

Tints of Blue Gem #53429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 27.3%
G = 21.71%
B = 50.99%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53429B (or 0x53429B) is known color: Blue Gem. HEX triplet: 53, 42 and 9B. RGB value is (83,66,155). Sum of RGB (Red+Green+Blue) = 83+66+155=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #53429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53429B is #ACBD64. Grayscale: #505050. Windows color (decimal): -11320677 or 10175059. OLE color: 10175059.

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

Color convert

RGB 83 66 155 -
CMYK 0.46 0.57 0 0.39
HSL 251.46º 0.4% 0.43% -
HSV(B) 251.46º 0.57% 0.61% -
XYZ 11.43 8.1 31.97 -
YUV 81.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 83 66 155 0.46 0.57 0 0.39 251.46 0.4 0.43
Hex 53 42 9B 2E 39 0 27 FB 28 2B
Octal 123 102 233 56 71 0 47 373 50 53
Binary 1010011 1000010 10011011 101110 111001 0 100111 11111011 101000 101011

Color Harmonies of #53429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53429B

Black with #53429B

Text Example


Text Example

White with #53429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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