Html Css Color HEX #524377 Gigas

📋 copy color: '#524377'

red 82 ◦ green 67 ◦ blue 119

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

Shades of Gigas #524377

Tints of Gigas #524377

RGB

 RED value IS 82 (32.42% from 255) = 30.6%

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 30.6%
G = 25%
B = 44.4%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524377 (or 0x524377) is known color: Gigas. HEX triplet: 52, 43 and 77. RGB value is (82,67,119). Sum of RGB (Red+Green+Blue) = 82+67+119=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #524377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524377 is #ADBC88. Grayscale: #4D4D4D. Windows color (decimal): -11385993 or 7816018. OLE color: 7816018.

HSL color Cylindrical-coordinate representation of color #524377: hue angle of 257.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524377 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 67 119 -
CMYK 0.31 0.44 0 0.53
HSL 257.31º 0.28% 0.36% -
HSV(B) 257.31º 0.44% 0.47% -
XYZ 8.82 7.14 18.37 -
YUV 77.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 82 67 119 0.31 0.44 0 0.53 257.31 0.28 0.36
Hex 52 43 77 1F 2C 0 35 101 1C 24
Octal 122 103 167 37 54 0 65 401 34 44
Binary 1010010 1000011 1110111 11111 101100 0 110101 100000001 11100 100100

Color Harmonies of #524377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524377

Black with #524377

Text Example


Text Example

White with #524377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524377; }

 p { color: rgb(82,67,119); }

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

background-color css

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

 a { background-color: rgb(82,67,119); }

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

border-color css

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

 span { border-color: rgb(82,67,119); }

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