Html Css Color HEX #52407C Gigas

📋 copy color: '#52407C'

red 82 ◦ green 64 ◦ blue 124

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

Shades of Gigas #52407C

Tints of Gigas #52407C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 30.37%
G = 23.7%
B = 45.93%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52407C (or 0x52407C) is known color: Gigas. HEX triplet: 52, 40 and 7C. RGB value is (82,64,124). Sum of RGB (Red+Green+Blue) = 82+64+124=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #52407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407C is #ADBF83. Grayscale: #4C4C4C. Windows color (decimal): -11386756 or 8142930. OLE color: 8142930.

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

Color convert

RGB 82 64 124 -
CMYK 0.34 0.48 0 0.51
HSL 258º 0.32% 0.37% -
HSV(B) 258º 0.48% 0.49% -
XYZ 8.95 6.92 19.93 -
YUV 76.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 82 64 124 0.34 0.48 0 0.51 258 0.32 0.37
Hex 52 40 7C 22 30 0 33 102 20 25
Octal 122 100 174 42 60 0 63 402 40 45
Binary 1010010 1000000 1111100 100010 110000 0 110011 100000010 100000 100101

Color Harmonies of #52407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52407C

Black with #52407C

Text Example


Text Example

White with #52407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52407C; }

 p { color: rgb(82,64,124); }

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

background-color css

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

 a { background-color: rgb(82,64,124); }

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

border-color css

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

 span { border-color: rgb(82,64,124); }

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