Html Css Color HEX #53429C Blue Gem

📋 copy color: '#53429C'

red 83 ◦ green 66 ◦ blue 156

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

Shades of Blue Gem #53429C

Tints of Blue Gem #53429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 27.21%
G = 21.64%
B = 51.15%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53429C (or 0x53429C) is known color: Blue Gem. HEX triplet: 53, 42 and 9C. RGB value is (83,66,156). Sum of RGB (Red+Green+Blue) = 83+66+156=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #53429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53429C is #ACBD63. Grayscale: #515151. Windows color (decimal): -11320676 or 10240595. OLE color: 10240595.

HSL color Cylindrical-coordinate representation of color #53429C: hue angle of 251.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53429C is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 66 156 -
CMYK 0.47 0.58 0 0.39
HSL 251.33º 0.41% 0.44% -
HSV(B) 251.33º 0.58% 0.61% -
XYZ 11.52 8.14 32.42 -
YUV 81.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 83 66 156 0.47 0.58 0 0.39 251.33 0.41 0.44
Hex 53 42 9C 2F 3A 0 27 FB 29 2C
Octal 123 102 234 57 72 0 47 373 51 54
Binary 1010011 1000010 10011100 101111 111010 0 100111 11111011 101001 101100

Color Harmonies of #53429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53429C

Black with #53429C

Text Example


Text Example

White with #53429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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