Html Css Color HEX #53407E Gigas

📋 copy color: '#53407E'

red 83 ◦ green 64 ◦ blue 126

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

Shades of Gigas #53407E

Tints of Gigas #53407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.15%

R = 30.4%
G = 23.44%
B = 46.15%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53407E (or 0x53407E) is known color: Gigas. HEX triplet: 53, 40 and 7E. RGB value is (83,64,126). Sum of RGB (Red+Green+Blue) = 83+64+126=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #53407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53407E is #ACBF81. Grayscale: #4C4C4C. Windows color (decimal): -11321218 or 8274003. OLE color: 8274003.

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

Color convert

RGB 83 64 126 -
CMYK 0.34 0.49 0 0.51
HSL 258.39º 0.33% 0.37% -
HSV(B) 258.39º 0.49% 0.49% -
XYZ 9.17 7.01 20.61 -
YUV 76.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 83 64 126 0.34 0.49 0 0.51 258.39 0.33 0.37
Hex 53 40 7E 22 31 0 33 102 21 25
Octal 123 100 176 42 61 0 63 402 41 45
Binary 1010011 1000000 1111110 100010 110001 0 110011 100000010 100001 100101

Color Harmonies of #53407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53407E

Black with #53407E

Text Example


Text Example

White with #53407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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