Html Css Color HEX #53428B Gigas

📋 copy color: '#53428B'

red 83 ◦ green 66 ◦ blue 139

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

Shades of Gigas #53428B

Tints of Gigas #53428B

RGB

 RED value IS 83 (32.81% from 255) = 28.82%

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

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

R = 28.82%
G = 22.92%
B = 48.26%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53428B (or 0x53428B) is known color: Gigas. HEX triplet: 53, 42 and 8B. RGB value is (83,66,139). Sum of RGB (Red+Green+Blue) = 83+66+139=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #53428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428B is #ACBD74. Grayscale: #4F4F4F. Windows color (decimal): -11320693 or 9126483. OLE color: 9126483.

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

Color convert

RGB 83 66 139 -
CMYK 0.40 0.53 0 0.45
HSL 253.97º 0.36% 0.4% -
HSV(B) 253.97º 0.53% 0.55% -
XYZ 10.18 7.6 25.36 -
YUV 79.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 83 66 139 0.40 0.53 0 0.45 253.97 0.36 0.4
Hex 53 42 8B 28 35 0 2D FE 24 28
Octal 123 102 213 50 65 0 55 376 44 50
Binary 1010011 1000010 10001011 101000 110101 0 101101 11111110 100100 101000

Color Harmonies of #53428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53428B

Black with #53428B

Text Example


Text Example

White with #53428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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