Html Css Color HEX #52448B Gigas

📋 copy color: '#52448B'

red 82 ◦ green 68 ◦ blue 139

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

Shades of Gigas #52448B

Tints of Gigas #52448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.53%

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 28.37%
G = 23.53%
B = 48.1%

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

#52448B (or 0x52448B) is known color: Gigas. HEX triplet: 52, 44 and 8B. RGB value is (82,68,139). Sum of RGB (Red+Green+Blue) = 82+68+139=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #52448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52448B is #ADBB74. Grayscale: #505050. Windows color (decimal): -11385717 or 9126994. OLE color: 9126994.

HSL color Cylindrical-coordinate representation of color #52448B: hue angle of 251.83º 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 #52448B is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 68 139 -
CMYK 0.41 0.51 0 0.45
HSL 251.83º 0.34% 0.41% -
HSV(B) 251.83º 0.51% 0.55% -
XYZ 10.21 7.79 25.39 -
YUV 80.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 82 68 139 0.41 0.51 0 0.45 251.83 0.34 0.41
Hex 52 44 8B 29 33 0 2D FC 22 29
Octal 122 104 213 51 63 0 55 374 42 51
Binary 1010010 1000100 10001011 101001 110011 0 101101 11111100 100010 101001

Color Harmonies of #52448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52448B

Black with #52448B

Text Example


Text Example

White with #52448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52448B; }

 p { color: rgb(82,68,139); }

 H1.HeaderClassName
 {
   color: #52448B;
 }
 .AnyTagClassName
 {
   color: #52448B;
 }
</style>

background-color css

<style>
 a { background-color: #52448B; }

 a { background-color: rgb(82,68,139); }

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

border-color css

<style>
 span { border-color: #52448B; }

 span { border-color: rgb(82,68,139); }

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