Html Css Color HEX #53459C Blue Gem

📋 copy color: '#53459C'

red 83 ◦ green 69 ◦ blue 156

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

Shades of Blue Gem #53459C

Tints of Blue Gem #53459C

RGB

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

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

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

R = 26.95%
G = 22.4%
B = 50.65%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53459C (or 0x53459C) is known color: Blue Gem. HEX triplet: 53, 45 and 9C. RGB value is (83,69,156). Sum of RGB (Red+Green+Blue) = 83+69+156=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #53459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53459C is #ACBA63. Grayscale: #525252. Windows color (decimal): -11319908 or 10241363. OLE color: 10241363.

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

Color convert

RGB 83 69 156 -
CMYK 0.47 0.56 0 0.39
HSL 249.66º 0.39% 0.44% -
HSV(B) 249.66º 0.56% 0.61% -
XYZ 11.7 8.5 32.48 -
YUV 83.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 83 69 156 0.47 0.56 0 0.39 249.66 0.39 0.44
Hex 53 45 9C 2F 38 0 27 FA 27 2C
Octal 123 105 234 57 70 0 47 372 47 54
Binary 1010011 1000101 10011100 101111 111000 0 100111 11111010 100111 101100

Color Harmonies of #53459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53459C

Black with #53459C

Text Example


Text Example

White with #53459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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