Html Css Color HEX #53447D Gigas

📋 copy color: '#53447D'

red 83 ◦ green 68 ◦ blue 125

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

Shades of Gigas #53447D

Tints of Gigas #53447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 30.07%
G = 24.64%
B = 45.29%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53447D (or 0x53447D) is known color: Gigas. HEX triplet: 53, 44 and 7D. RGB value is (83,68,125). Sum of RGB (Red+Green+Blue) = 83+68+125=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #53447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53447D is #ACBB82. Grayscale: #4E4E4E. Windows color (decimal): -11320195 or 8209491. OLE color: 8209491.

HSL color Cylindrical-coordinate representation of color #53447D: hue angle of 255.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53447D is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 68 125 -
CMYK 0.34 0.46 0 0.51
HSL 255.79º 0.3% 0.38% -
HSV(B) 255.79º 0.46% 0.49% -
XYZ 9.34 7.45 20.35 -
YUV 78.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 83 68 125 0.34 0.46 0 0.51 255.79 0.3 0.38
Hex 53 44 7D 22 2E 0 33 100 1E 26
Octal 123 104 175 42 56 0 63 400 36 46
Binary 1010011 1000100 1111101 100010 101110 0 110011 100000000 11110 100110

Color Harmonies of #53447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53447D

Black with #53447D

Text Example


Text Example

White with #53447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53447D; }

 p { color: rgb(83,68,125); }

 H1.HeaderClassName
 {
   color: #53447D;
 }
 .AnyTagClassName
 {
   color: #53447D;
 }
</style>

background-color css

<style>
 a { background-color: #53447D; }

 a { background-color: rgb(83,68,125); }

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

border-color css

<style>
 span { border-color: #53447D; }

 span { border-color: rgb(83,68,125); }

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