Html Css Color HEX #53448E Gigas

📋 copy color: '#53448E'

red 83 ◦ green 68 ◦ blue 142

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

Shades of Gigas #53448E

Tints of Gigas #53448E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 28.33%
G = 23.21%
B = 48.46%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53448E (or 0x53448E) is known color: Gigas. HEX triplet: 53, 44 and 8E. RGB value is (83,68,142). Sum of RGB (Red+Green+Blue) = 83+68+142=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #53448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53448E is #ACBB71. Grayscale: #505050. Windows color (decimal): -11320178 or 9323603. OLE color: 9323603.

HSL color Cylindrical-coordinate representation of color #53448E: hue angle of 252.16º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53448E is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 68 142 -
CMYK 0.42 0.52 0 0.44
HSL 252.16º 0.35% 0.41% -
HSV(B) 252.16º 0.52% 0.56% -
XYZ 10.52 7.93 26.57 -
YUV 80.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 83 68 142 0.42 0.52 0 0.44 252.16 0.35 0.41
Hex 53 44 8E 2A 34 0 2C FC 23 29
Octal 123 104 216 52 64 0 54 374 43 51
Binary 1010011 1000100 10001110 101010 110100 0 101100 11111100 100011 101001

Color Harmonies of #53448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53448E

Black with #53448E

Text Example


Text Example

White with #53448E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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