Html Css Color HEX #534892 Gigas

📋 copy color: '#534892'

red 83 ◦ green 72 ◦ blue 146

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

Shades of Gigas #534892

Tints of Gigas #534892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 27.57%
G = 23.92%
B = 48.5%

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

#534892 (or 0x534892) is known color: Gigas. HEX triplet: 53, 48 and 92. RGB value is (83,72,146). Sum of RGB (Red+Green+Blue) = 83+72+146=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #534892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534892 is #ACB76D. Grayscale: #535353. Windows color (decimal): -11319150 or 9586771. OLE color: 9586771.

HSL color Cylindrical-coordinate representation of color #534892: hue angle of 248.92º degrees, saturation: 0.34, 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 #534892 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 72 146 -
CMYK 0.43 0.51 0 0.43
HSL 248.92º 0.34% 0.43% -
HSV(B) 248.92º 0.51% 0.57% -
XYZ 11.07 8.55 28.26 -
YUV 83.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 83 72 146 0.43 0.51 0 0.43 248.92 0.34 0.43
Hex 53 48 92 2B 33 0 2B F9 22 2B
Octal 123 110 222 53 63 0 53 371 42 53
Binary 1010011 1001000 10010010 101011 110011 0 101011 11111001 100010 101011

Color Harmonies of #534892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534892

Black with #534892

Text Example


Text Example

White with #534892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534892; }

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

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

background-color css

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

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

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

border-color css

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

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

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