Html Css Color HEX #534792 Gigas

📋 copy color: '#534792'

red 83 ◦ green 71 ◦ blue 146

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

Shades of Gigas #534792

Tints of Gigas #534792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 27.67%
G = 23.67%
B = 48.67%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#534792 (or 0x534792) is known color: Gigas. HEX triplet: 53, 47 and 92. RGB value is (83,71,146). Sum of RGB (Red+Green+Blue) = 83+71+146=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #534792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534792 is #ACB86D. Grayscale: #525252. Windows color (decimal): -11319406 or 9586515. OLE color: 9586515.

HSL color Cylindrical-coordinate representation of color #534792: hue angle of 249.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534792 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 71 146 -
CMYK 0.43 0.51 0 0.43
HSL 249.6º 0.35% 0.43% -
HSV(B) 249.6º 0.51% 0.57% -
XYZ 11.01 8.42 28.24 -
YUV 83.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 83 71 146 0.43 0.51 0 0.43 249.6 0.35 0.43
Hex 53 47 92 2B 33 0 2B FA 23 2B
Octal 123 107 222 53 63 0 53 372 43 53
Binary 1010011 1000111 10010010 101011 110011 0 101011 11111010 100011 101011

Color Harmonies of #534792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534792

Black with #534792

Text Example


Text Example

White with #534792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534792; }

 p { color: rgb(83,71,146); }

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

background-color css

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

 a { background-color: rgb(83,71,146); }

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

border-color css

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

 span { border-color: rgb(83,71,146); }

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