Html Css Color HEX #52438C Gigas

📋 copy color: '#52438C'

red 82 ◦ green 67 ◦ blue 140

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

Shades of Gigas #52438C

Tints of Gigas #52438C

RGB

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

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

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

R = 28.37%
G = 23.18%
B = 48.44%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52438C (or 0x52438C) is known color: Gigas. HEX triplet: 52, 43 and 8C. RGB value is (82,67,140). Sum of RGB (Red+Green+Blue) = 82+67+140=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #52438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52438C is #ADBC73. Grayscale: #4F4F4F. Windows color (decimal): -11385972 or 9192274. OLE color: 9192274.

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

Color convert

RGB 82 67 140 -
CMYK 0.41 0.52 0 0.45
HSL 252.33º 0.35% 0.41% -
HSV(B) 252.33º 0.52% 0.55% -
XYZ 10.22 7.7 25.76 -
YUV 79.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 82 67 140 0.41 0.52 0 0.45 252.33 0.35 0.41
Hex 52 43 8C 29 34 0 2D FC 23 29
Octal 122 103 214 51 64 0 55 374 43 51
Binary 1010010 1000011 10001100 101001 110100 0 101101 11111100 100011 101001

Color Harmonies of #52438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52438C

Black with #52438C

Text Example


Text Example

White with #52438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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