Html Css Color HEX #53457B Gigas

📋 copy color: '#53457B'

red 83 ◦ green 69 ◦ blue 123

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

Shades of Gigas #53457B

Tints of Gigas #53457B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 30.18%
G = 25.09%
B = 44.73%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53457B (or 0x53457B) is known color: Gigas. HEX triplet: 53, 45 and 7B. RGB value is (83,69,123). Sum of RGB (Red+Green+Blue) = 83+69+123=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #53457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53457B is #ACBA84. Grayscale: #4F4F4F. Windows color (decimal): -11319941 or 8078675. OLE color: 8078675.

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

Color convert

RGB 83 69 123 -
CMYK 0.33 0.44 0 0.52
HSL 255.56º 0.28% 0.38% -
HSV(B) 255.56º 0.44% 0.48% -
XYZ 9.27 7.53 19.7 -
YUV 79.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 83 69 123 0.33 0.44 0 0.52 255.56 0.28 0.38
Hex 53 45 7B 21 2C 0 34 100 1C 26
Octal 123 105 173 41 54 0 64 400 34 46
Binary 1010011 1000101 1111011 100001 101100 0 110100 100000000 11100 100110

Color Harmonies of #53457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53457B

Black with #53457B

Text Example


Text Example

White with #53457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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