Html Css Color HEX #53457A Gigas

📋 copy color: '#53457A'

red 83 ◦ green 69 ◦ blue 122

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

Shades of Gigas #53457A

Tints of Gigas #53457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 30.29%
G = 25.18%
B = 44.53%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53457A (or 0x53457A) is known color: Gigas. HEX triplet: 53, 45 and 7A. RGB value is (83,69,122). Sum of RGB (Red+Green+Blue) = 83+69+122=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #53457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53457A is #ACBA85. Grayscale: #4F4F4F. Windows color (decimal): -11319942 or 8013139. OLE color: 8013139.

HSL color Cylindrical-coordinate representation of color #53457A: hue angle of 255.85º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53457A is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 69 122 -
CMYK 0.32 0.43 0 0.52
HSL 255.85º 0.28% 0.37% -
HSV(B) 255.85º 0.43% 0.48% -
XYZ 9.21 7.5 19.37 -
YUV 79.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 83 69 122 0.32 0.43 0 0.52 255.85 0.28 0.37
Hex 53 45 7A 20 2B 0 34 100 1C 25
Octal 123 105 172 40 53 0 64 400 34 45
Binary 1010011 1000101 1111010 100000 101011 0 110100 100000000 11100 100101

Color Harmonies of #53457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53457A

Black with #53457A

Text Example


Text Example

White with #53457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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