Html Css Color HEX #52427F Gigas

📋 copy color: '#52427F'

red 82 ◦ green 66 ◦ blue 127

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

Shades of Gigas #52427F

Tints of Gigas #52427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 29.82%
G = 24%
B = 46.18%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52427F (or 0x52427F) is known color: Gigas. HEX triplet: 52, 42 and 7F. RGB value is (82,66,127). Sum of RGB (Red+Green+Blue) = 82+66+127=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #52427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52427F is #ADBD80. Grayscale: #4D4D4D. Windows color (decimal): -11386241 or 8340050. OLE color: 8340050.

HSL color Cylindrical-coordinate representation of color #52427F: hue angle of 255.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52427F is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 66 127 -
CMYK 0.35 0.48 0 0.50
HSL 255.74º 0.32% 0.38% -
HSV(B) 255.74º 0.48% 0.5% -
XYZ 9.26 7.22 20.98 -
YUV 77.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 82 66 127 0.35 0.48 0 0.50 255.74 0.32 0.38
Hex 52 42 7F 23 30 0 32 100 20 26
Octal 122 102 177 43 60 0 62 400 40 46
Binary 1010010 1000010 1111111 100011 110000 0 110010 100000000 100000 100110

Color Harmonies of #52427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52427F

Black with #52427F

Text Example


Text Example

White with #52427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52427F; }

 p { color: rgb(82,66,127); }

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

background-color css

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

 a { background-color: rgb(82,66,127); }

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

border-color css

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

 span { border-color: rgb(82,66,127); }

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