Html Css Color HEX #53458C Gigas

📋 copy color: '#53458C'

red 83 ◦ green 69 ◦ blue 140

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

Shades of Gigas #53458C

Tints of Gigas #53458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 28.42%
G = 23.63%
B = 47.95%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53458C (or 0x53458C) is known color: Gigas. HEX triplet: 53, 45 and 8C. RGB value is (83,69,140). Sum of RGB (Red+Green+Blue) = 83+69+140=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #53458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53458C is #ACBA73. Grayscale: #515151. Windows color (decimal): -11319924 or 9192787. OLE color: 9192787.

HSL color Cylindrical-coordinate representation of color #53458C: hue angle of 251.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53458C is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 69 140 -
CMYK 0.41 0.51 0 0.45
HSL 251.83º 0.34% 0.41% -
HSV(B) 251.83º 0.51% 0.55% -
XYZ 10.43 7.99 25.8 -
YUV 81.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 83 69 140 0.41 0.51 0 0.45 251.83 0.34 0.41
Hex 53 45 8C 29 33 0 2D FC 22 29
Octal 123 105 214 51 63 0 55 374 42 51
Binary 1010011 1000101 10001100 101001 110011 0 101101 11111100 100010 101001

Color Harmonies of #53458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53458C

Black with #53458C

Text Example


Text Example

White with #53458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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