Html Css Color HEX #53478F Gigas

📋 copy color: '#53478F'

red 83 ◦ green 71 ◦ blue 143

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

Shades of Gigas #53478F

Tints of Gigas #53478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 27.95%
G = 23.91%
B = 48.15%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53478F (or 0x53478F) is known color: Gigas. HEX triplet: 53, 47 and 8F. RGB value is (83,71,143). Sum of RGB (Red+Green+Blue) = 83+71+143=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #53478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53478F is #ACB870. Grayscale: #525252. Windows color (decimal): -11319409 or 9389907. OLE color: 9389907.

HSL color Cylindrical-coordinate representation of color #53478F: hue angle of 250º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53478F is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 71 143 -
CMYK 0.42 0.50 0 0.44
HSL 250º 0.34% 0.42% -
HSV(B) 250º 0.5% 0.56% -
XYZ 10.78 8.33 27.03 -
YUV 82.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 83 71 143 0.42 0.50 0 0.44 250 0.34 0.42
Hex 53 47 8F 2A 32 0 2C FA 22 2A
Octal 123 107 217 52 62 0 54 372 42 52
Binary 1010011 1000111 10001111 101010 110010 0 101100 11111010 100010 101010

Color Harmonies of #53478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53478F

Black with #53478F

Text Example


Text Example

White with #53478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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