Html Css Color HEX #53478C Gigas

📋 copy color: '#53478C'

red 83 ◦ green 71 ◦ blue 140

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

Shades of Gigas #53478C

Tints of Gigas #53478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 28.23%
G = 24.15%
B = 47.62%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53478C (or 0x53478C) is known color: Gigas. HEX triplet: 53, 47 and 8C. RGB value is (83,71,140). Sum of RGB (Red+Green+Blue) = 83+71+140=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #53478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53478C is #ACB873. Grayscale: #525252. Windows color (decimal): -11319412 or 9193299. OLE color: 9193299.

HSL color Cylindrical-coordinate representation of color #53478C: hue angle of 250.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53478C is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 71 140 -
CMYK 0.41 0.49 0 0.45
HSL 250.43º 0.33% 0.41% -
HSV(B) 250.43º 0.49% 0.55% -
XYZ 10.55 8.24 25.84 -
YUV 82.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 83 71 140 0.41 0.49 0 0.45 250.43 0.33 0.41
Hex 53 47 8C 29 31 0 2D FA 21 29
Octal 123 107 214 51 61 0 55 372 41 51
Binary 1010011 1000111 10001100 101001 110001 0 101101 11111010 100001 101001

Color Harmonies of #53478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53478C

Black with #53478C

Text Example


Text Example

White with #53478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,71,140); }

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

background-color css

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

 a { background-color: rgb(83,71,140); }

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

border-color css

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

 span { border-color: rgb(83,71,140); }

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