Html Css Color HEX #53407C Gigas

📋 copy color: '#53407C'

red 83 ◦ green 64 ◦ blue 124

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

Shades of Gigas #53407C

Tints of Gigas #53407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 30.63%
G = 23.62%
B = 45.76%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53407C (or 0x53407C) is known color: Gigas. HEX triplet: 53, 40 and 7C. RGB value is (83,64,124). Sum of RGB (Red+Green+Blue) = 83+64+124=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #53407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53407C is #ACBF83. Grayscale: #4C4C4C. Windows color (decimal): -11321220 or 8142931. OLE color: 8142931.

HSL color Cylindrical-coordinate representation of color #53407C: hue angle of 259º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53407C is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 64 124 -
CMYK 0.33 0.48 0 0.51
HSL 259º 0.32% 0.37% -
HSV(B) 259º 0.48% 0.49% -
XYZ 9.04 6.96 19.94 -
YUV 76.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 83 64 124 0.33 0.48 0 0.51 259 0.32 0.37
Hex 53 40 7C 21 30 0 33 103 20 25
Octal 123 100 174 41 60 0 63 403 40 45
Binary 1010011 1000000 1111100 100001 110000 0 110011 100000011 100000 100101

Color Harmonies of #53407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53407C

Black with #53407C

Text Example


Text Example

White with #53407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,64,124); }

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

background-color css

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

 a { background-color: rgb(83,64,124); }

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

border-color css

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

 span { border-color: rgb(83,64,124); }

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