Html Css Color HEX #52458C Gigas

📋 copy color: '#52458C'

red 82 ◦ green 69 ◦ blue 140

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

Shades of Gigas #52458C

Tints of Gigas #52458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 140 (55.08% from 255) = 48.11%

R = 28.18%
G = 23.71%
B = 48.11%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52458C (or 0x52458C) is known color: Gigas. HEX triplet: 52, 45 and 8C. RGB value is (82,69,140). Sum of RGB (Red+Green+Blue) = 82+69+140=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #52458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52458C is #ADBA73. Grayscale: #505050. Windows color (decimal): -11385460 or 9192786. OLE color: 9192786.

HSL color Cylindrical-coordinate representation of color #52458C: hue angle of 250.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52458C is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 69 140 -
CMYK 0.41 0.51 0 0.45
HSL 250.99º 0.34% 0.41% -
HSV(B) 250.99º 0.51% 0.55% -
XYZ 10.34 7.94 25.8 -
YUV 80.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 82 69 140 0.41 0.51 0 0.45 250.99 0.34 0.41
Hex 52 45 8C 29 33 0 2D FB 22 29
Octal 122 105 214 51 63 0 55 373 42 51
Binary 1010010 1000101 10001100 101001 110011 0 101101 11111011 100010 101001

Color Harmonies of #52458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52458C

Black with #52458C

Text Example


Text Example

White with #52458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,69,140); }

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

background-color css

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

 a { background-color: rgb(82,69,140); }

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

border-color css

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

 span { border-color: rgb(82,69,140); }

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