#53458F

Color #53458F Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #53458F

Tints of Gigas #53458F

Color information

#53458F (or 0x53458F) is unknown color: approx Gigas. HEX triplet: 53, 45 and 8F. RGB value is (83,69,143). Sum of RGB (Red+Green+Blue) = 83+69+143=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #53458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53458F is #ACBA70. Grayscale: #515151. Windows color (decimal): -11319921 or 9389395. OLE color: 9389395.

HSL color Cylindrical-coordinate representation of color #53458F: hue angle of 251.35º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53458F is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8369143-
CMYK0.420.5200.44
HSL251.35º34.91%41.57%-
HSV(B)251.35º51.75%56.08%-
XYZ10.658.0826.98-
YUV81.62162.64128.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=28.14%
G=23.39%
B=48.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83691430.420.5200.44251.3534.9141.57
Hex53458F2A3402Cfb232a
Octal12310521752640543734352
Binary1010011100010110001111101010110100010110011111011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53458F; }

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

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

<style>
 a { background-color: #53458F; }

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

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

<style>
 span { border-color: #53458F; }

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

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