Html Css Color HEX #53427C Gigas

📋 copy color: '#53427C'

red 83 ◦ green 66 ◦ blue 124

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

Shades of Gigas #53427C

Tints of Gigas #53427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 30.4%
G = 24.18%
B = 45.42%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53427C (or 0x53427C) is known color: Gigas. HEX triplet: 53, 42 and 7C. RGB value is (83,66,124). Sum of RGB (Red+Green+Blue) = 83+66+124=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #53427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53427C is #ACBD83. Grayscale: #4D4D4D. Windows color (decimal): -11320708 or 8143443. OLE color: 8143443.

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

Color convert

RGB 83 66 124 -
CMYK 0.33 0.47 0 0.51
HSL 257.59º 0.31% 0.37% -
HSV(B) 257.59º 0.47% 0.49% -
XYZ 9.15 7.19 19.97 -
YUV 77.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 83 66 124 0.33 0.47 0 0.51 257.59 0.31 0.37
Hex 53 42 7C 21 2F 0 33 102 1F 25
Octal 123 102 174 41 57 0 63 402 37 45
Binary 1010011 1000010 1111100 100001 101111 0 110011 100000010 11111 100101

Color Harmonies of #53427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53427C

Black with #53427C

Text Example


Text Example

White with #53427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,66,124); }

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

background-color css

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

 a { background-color: rgb(83,66,124); }

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

border-color css

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

 span { border-color: rgb(83,66,124); }

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