#53459A

Color #53459A Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #53459A

Tints of Blue Gem #53459A

Color information

#53459A (or 0x53459A) is unknown color: approx Blue Gem. HEX triplet: 53, 45 and 9A. RGB value is (83,69,154). Sum of RGB (Red+Green+Blue) = 83+69+154=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #53459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53459A is #ACBA65. Grayscale: #525252. Windows color (decimal): -11319910 or 10110291. OLE color: 10110291.

HSL color Cylindrical-coordinate representation of color #53459A: hue angle of 249.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53459A is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8369154-
CMYK0.460.5500.40
HSL249.88º38.12%43.73%-
HSV(B)249.88º55.19%60.39%-
XYZ11.538.4331.59-
YUV82.88168.14128.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=27.12%
G=22.55%
B=50.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83691540.460.5500.40249.8838.1243.73
Hex53459A2E37028fa262c
Octal12310523256670503724654
Binary1010011100010110011010101110110111010100011111010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53459A;
 }
 .AnyTagClassName
 {
   color: #53459A;
 }
</style>
background-color css

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

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

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

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

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

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