Html Css Color HEX #534585 Gigas

📋 copy color: '#534585'

red 83 ◦ green 69 ◦ blue 133

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

Shades of Gigas #534585

Tints of Gigas #534585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 29.12%
G = 24.21%
B = 46.67%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#534585 (or 0x534585) is known color: Gigas. HEX triplet: 53, 45 and 85. RGB value is (83,69,133). Sum of RGB (Red+Green+Blue) = 83+69+133=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #534585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534585 is #ACBA7A. Grayscale: #505050. Windows color (decimal): -11319931 or 8734035. OLE color: 8734035.

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

Color convert

RGB 83 69 133 -
CMYK 0.38 0.48 0 0.48
HSL 253.13º 0.32% 0.4% -
HSV(B) 253.13º 0.48% 0.52% -
XYZ 9.93 7.79 23.17 -
YUV 80.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 83 69 133 0.38 0.48 0 0.48 253.13 0.32 0.4
Hex 53 45 85 26 30 0 30 FD 20 28
Octal 123 105 205 46 60 0 60 375 40 50
Binary 1010011 1000101 10000101 100110 110000 0 110000 11111101 100000 101000

Color Harmonies of #534585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534585

Black with #534585

Text Example


Text Example

White with #534585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534585; }

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

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

background-color css

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

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

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

border-color css

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

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

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