Html Css Color HEX #52427E Gigas

📋 copy color: '#52427E'

red 82 ◦ green 66 ◦ blue 126

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

Shades of Gigas #52427E

Tints of Gigas #52427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.99%

R = 29.93%
G = 24.09%
B = 45.99%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52427E (or 0x52427E) is known color: Gigas. HEX triplet: 52, 42 and 7E. RGB value is (82,66,126). Sum of RGB (Red+Green+Blue) = 82+66+126=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #52427E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52427E is #ADBD81. Grayscale: #4D4D4D. Windows color (decimal): -11386242 or 8274514. OLE color: 8274514.

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

Color convert

RGB 82 66 126 -
CMYK 0.35 0.48 0 0.51
HSL 256º 0.31% 0.38% -
HSV(B) 256º 0.48% 0.49% -
XYZ 9.19 7.2 20.64 -
YUV 77.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 82 66 126 0.35 0.48 0 0.51 256 0.31 0.38
Hex 52 42 7E 23 30 0 33 100 1F 26
Octal 122 102 176 43 60 0 63 400 37 46
Binary 1010010 1000010 1111110 100011 110000 0 110011 100000000 11111 100110

Color Harmonies of #52427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52427E

Black with #52427E

Text Example


Text Example

White with #52427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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