Html Css Color HEX #53469C Blue Gem

📋 copy color: '#53469C'

red 83 ◦ green 70 ◦ blue 156

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

Shades of Blue Gem #53469C

Tints of Blue Gem #53469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 26.86%
G = 22.65%
B = 50.49%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53469C (or 0x53469C) is known color: Blue Gem. HEX triplet: 53, 46 and 9C. RGB value is (83,70,156). Sum of RGB (Red+Green+Blue) = 83+70+156=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #53469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53469C is #ACB963. Grayscale: #535353. Windows color (decimal): -11319652 or 10241619. OLE color: 10241619.

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

Color convert

RGB 83 70 156 -
CMYK 0.47 0.55 0 0.39
HSL 249.07º 0.38% 0.44% -
HSV(B) 249.07º 0.55% 0.61% -
XYZ 11.76 8.62 32.5 -
YUV 83.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 83 70 156 0.47 0.55 0 0.39 249.07 0.38 0.44
Hex 53 46 9C 2F 37 0 27 F9 26 2C
Octal 123 106 234 57 67 0 47 371 46 54
Binary 1010011 1000110 10011100 101111 110111 0 100111 11111001 100110 101100

Color Harmonies of #53469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53469C

Black with #53469C

Text Example


Text Example

White with #53469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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