#5D4B7A

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

Shades of Gigas #5D4B7A

Tints of Gigas #5D4B7A

Color information

#5D4B7A (or 0x5D4B7A) is unknown color: approx Gigas. HEX triplet: 5D, 4B and 7A. RGB value is (93,75,122). Sum of RGB (Red+Green+Blue) = 93+75+122=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D4B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4B7A is #A2B485. Grayscale: #555555. Windows color (decimal): -10663046 or 8014685. OLE color: 8014685.

HSL color Cylindrical-coordinate representation of color #5D4B7A: hue angle of 262.98º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D4B7A is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9375122-
CMYK0.240.3900.52
HSL262.98º23.86%38.63%-
HSV(B)262.98º38.52%47.84%-
XYZ10.548.7619.55-
YUV85.74148.46133.18-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.07%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=32.07%
G=25.86%
B=42.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93751220.240.3900.52262.9823.8638.63
Hex5D4B7A18270341071827
Octal13511317230470644073047
Binary10111011001011111101011000100111011010010000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4B7A; }

 p { color: rgb(93,75,122); }

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

<style>
 a { background-color: #5D4B7A; }

 a { background-color: rgb(93,75,122); }

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

<style>
 span { border-color: #5D4B7A; }

 span { border-color: rgb(93,75,122); }

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