Html Css Color HEX #534182 Gigas

📋 copy color: '#534182'

red 83 ◦ green 65 ◦ blue 130

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

Shades of Gigas #534182

Tints of Gigas #534182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 29.86%
G = 23.38%
B = 46.76%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534182 (or 0x534182) is known color: Gigas. HEX triplet: 53, 41 and 82. RGB value is (83,65,130). Sum of RGB (Red+Green+Blue) = 83+65+130=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #534182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534182 is #ACBE7D. Grayscale: #4D4D4D. Windows color (decimal): -11320958 or 8536403. OLE color: 8536403.

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

Color convert

RGB 83 65 130 -
CMYK 0.36 0.50 0 0.49
HSL 256.62º 0.33% 0.38% -
HSV(B) 256.62º 0.5% 0.51% -
XYZ 9.49 7.23 22.01 -
YUV 77.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 83 65 130 0.36 0.50 0 0.49 256.62 0.33 0.38
Hex 53 41 82 24 32 0 31 101 21 26
Octal 123 101 202 44 62 0 61 401 41 46
Binary 1010011 1000001 10000010 100100 110010 0 110001 100000001 100001 100110

Color Harmonies of #534182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534182

Black with #534182

Text Example


Text Example

White with #534182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534182; }

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

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

background-color css

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

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

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

border-color css

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

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

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