Html Css Color HEX #52437C Gigas

📋 copy color: '#52437C'

red 82 ◦ green 67 ◦ blue 124

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

Shades of Gigas #52437C

Tints of Gigas #52437C

RGB

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

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

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

R = 30.04%
G = 24.54%
B = 45.42%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52437C (or 0x52437C) is known color: Gigas. HEX triplet: 52, 43 and 7C. RGB value is (82,67,124). Sum of RGB (Red+Green+Blue) = 82+67+124=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #52437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52437C is #ADBC83. Grayscale: #4D4D4D. Windows color (decimal): -11385988 or 8143698. OLE color: 8143698.

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

Color convert

RGB 82 67 124 -
CMYK 0.34 0.46 0 0.51
HSL 255.79º 0.3% 0.37% -
HSV(B) 255.79º 0.46% 0.49% -
XYZ 9.12 7.26 19.99 -
YUV 77.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 82 67 124 0.34 0.46 0 0.51 255.79 0.3 0.37
Hex 52 43 7C 22 2E 0 33 100 1E 25
Octal 122 103 174 42 56 0 63 400 36 45
Binary 1010010 1000011 1111100 100010 101110 0 110011 100000000 11110 100101

Color Harmonies of #52437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52437C

Black with #52437C

Text Example


Text Example

White with #52437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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