Html Css Color HEX #53457C Gigas

📋 copy color: '#53457C'

red 83 ◦ green 69 ◦ blue 124

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

Shades of Gigas #53457C

Tints of Gigas #53457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25%

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

R = 30.07%
G = 25%
B = 44.93%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53457C (or 0x53457C) is known color: Gigas. HEX triplet: 53, 45 and 7C. RGB value is (83,69,124). Sum of RGB (Red+Green+Blue) = 83+69+124=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #53457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53457C is #ACBA83. Grayscale: #4F4F4F. Windows color (decimal): -11319940 or 8144211. OLE color: 8144211.

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

Color convert

RGB 83 69 124 -
CMYK 0.33 0.44 0 0.51
HSL 255.27º 0.28% 0.38% -
HSV(B) 255.27º 0.44% 0.49% -
XYZ 9.33 7.55 20.03 -
YUV 79.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 83 69 124 0.33 0.44 0 0.51 255.27 0.28 0.38
Hex 53 45 7C 21 2C 0 33 FF 1C 26
Octal 123 105 174 41 54 0 63 377 34 46
Binary 1010011 1000101 1111100 100001 101100 0 110011 11111111 11100 100110

Color Harmonies of #53457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53457C

Black with #53457C

Text Example


Text Example

White with #53457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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