Html Css Color HEX #52428B Gigas

📋 copy color: '#52428B'

red 82 ◦ green 66 ◦ blue 139

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

Shades of Gigas #52428B

Tints of Gigas #52428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 28.57%
G = 23%
B = 48.43%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52428B (or 0x52428B) is known color: Gigas. HEX triplet: 52, 42 and 8B. RGB value is (82,66,139). Sum of RGB (Red+Green+Blue) = 82+66+139=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #52428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52428B is #ADBD74. Grayscale: #4E4E4E. Windows color (decimal): -11386229 or 9126482. OLE color: 9126482.

HSL color Cylindrical-coordinate representation of color #52428B: hue angle of 253.15º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52428B is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 66 139 -
CMYK 0.41 0.53 0 0.45
HSL 253.15º 0.36% 0.4% -
HSV(B) 253.15º 0.53% 0.55% -
XYZ 10.09 7.55 25.35 -
YUV 79.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 82 66 139 0.41 0.53 0 0.45 253.15 0.36 0.4
Hex 52 42 8B 29 35 0 2D FD 24 28
Octal 122 102 213 51 65 0 55 375 44 50
Binary 1010010 1000010 10001011 101001 110101 0 101101 11111101 100100 101000

Color Harmonies of #52428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52428B

Black with #52428B

Text Example


Text Example

White with #52428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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