Html Css Color HEX #53428C Gigas

📋 copy color: '#53428C'

red 83 ◦ green 66 ◦ blue 140

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

Shades of Gigas #53428C

Tints of Gigas #53428C

RGB

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

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

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

R = 28.72%
G = 22.84%
B = 48.44%

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

#53428C (or 0x53428C) is known color: Gigas. HEX triplet: 53, 42 and 8C. RGB value is (83,66,140). Sum of RGB (Red+Green+Blue) = 83+66+140=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 66 (26.17% from 255 or 22.84% 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 #53428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53428C is #ACBD73. Grayscale: #4F4F4F. Windows color (decimal): -11320692 or 9192019. OLE color: 9192019.

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

Color convert

RGB 83 66 140 -
CMYK 0.41 0.53 0 0.45
HSL 253.78º 0.36% 0.4% -
HSV(B) 253.78º 0.53% 0.55% -
XYZ 10.25 7.63 25.74 -
YUV 79.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 83 66 140 0.41 0.53 0 0.45 253.78 0.36 0.4
Hex 53 42 8C 29 35 0 2D FE 24 28
Octal 123 102 214 51 65 0 55 376 44 50
Binary 1010011 1000010 10001100 101001 110101 0 101101 11111110 100100 101000

Color Harmonies of #53428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53428C

Black with #53428C

Text Example


Text Example

White with #53428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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