Html Css Color HEX #534082 Gigas

📋 copy color: '#534082'

red 83 ◦ green 64 ◦ blue 130

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

Shades of Gigas #534082

Tints of Gigas #534082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 29.96%
G = 23.1%
B = 46.93%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534082 (or 0x534082) is known color: Gigas. HEX triplet: 53, 40 and 82. RGB value is (83,64,130). Sum of RGB (Red+Green+Blue) = 83+64+130=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #534082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534082 is #ACBF7D. Grayscale: #4C4C4C. Windows color (decimal): -11321214 or 8536147. OLE color: 8536147.

HSL color Cylindrical-coordinate representation of color #534082: hue angle of 257.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #534082 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 64 130 -
CMYK 0.36 0.51 0 0.49
HSL 257.27º 0.34% 0.38% -
HSV(B) 257.27º 0.51% 0.51% -
XYZ 9.43 7.12 22 -
YUV 77.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 83 64 130 0.36 0.51 0 0.49 257.27 0.34 0.38
Hex 53 40 82 24 33 0 31 101 22 26
Octal 123 100 202 44 63 0 61 401 42 46
Binary 1010011 1000000 10000010 100100 110011 0 110001 100000001 100010 100110

Color Harmonies of #534082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534082

Black with #534082

Text Example


Text Example

White with #534082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534082; }

 p { color: rgb(83,64,130); }

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

background-color css

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

 a { background-color: rgb(83,64,130); }

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

border-color css

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

 span { border-color: rgb(83,64,130); }

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