Html Css Color HEX #53417C Gigas

📋 copy color: '#53417C'

red 83 ◦ green 65 ◦ blue 124

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

Shades of Gigas #53417C

Tints of Gigas #53417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 30.51%
G = 23.9%
B = 45.59%

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

#53417C (or 0x53417C) is known color: Gigas. HEX triplet: 53, 41 and 7C. RGB value is (83,65,124). Sum of RGB (Red+Green+Blue) = 83+65+124=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #53417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53417C is #ACBE83. Grayscale: #4C4C4C. Windows color (decimal): -11320964 or 8143187. OLE color: 8143187.

HSL color Cylindrical-coordinate representation of color #53417C: hue angle of 258.31º degrees, saturation: 0.31, 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 #53417C is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 65 124 -
CMYK 0.33 0.48 0 0.51
HSL 258.31º 0.31% 0.37% -
HSV(B) 258.31º 0.48% 0.49% -
XYZ 9.1 7.07 19.95 -
YUV 77.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 83 65 124 0.33 0.48 0 0.51 258.31 0.31 0.37
Hex 53 41 7C 21 30 0 33 102 1F 25
Octal 123 101 174 41 60 0 63 402 37 45
Binary 1010011 1000001 1111100 100001 110000 0 110011 100000010 11111 100101

Color Harmonies of #53417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53417C

Black with #53417C

Text Example


Text Example

White with #53417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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