Html Css Color HEX #534690 Gigas

📋 copy color: '#534690'

red 83 ◦ green 70 ◦ blue 144

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

Shades of Gigas #534690

Tints of Gigas #534690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 27.95%
G = 23.57%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#534690 (or 0x534690) is known color: Gigas. HEX triplet: 53, 46 and 90. RGB value is (83,70,144). Sum of RGB (Red+Green+Blue) = 83+70+144=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #534690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534690 is #ACB96F. Grayscale: #525252. Windows color (decimal): -11319664 or 9455187. OLE color: 9455187.

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

Color convert

RGB 83 70 144 -
CMYK 0.42 0.51 0 0.44
HSL 250.54º 0.35% 0.42% -
HSV(B) 250.54º 0.51% 0.56% -
XYZ 10.79 8.23 27.41 -
YUV 82.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 83 70 144 0.42 0.51 0 0.44 250.54 0.35 0.42
Hex 53 46 90 2A 33 0 2C FB 23 2A
Octal 123 106 220 52 63 0 54 373 43 52
Binary 1010011 1000110 10010000 101010 110011 0 101100 11111011 100011 101010

Color Harmonies of #534690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534690

Black with #534690

Text Example


Text Example

White with #534690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534690; }

 p { color: rgb(83,70,144); }

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

background-color css

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

 a { background-color: rgb(83,70,144); }

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

border-color css

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

 span { border-color: rgb(83,70,144); }

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