Html Css Color HEX #53458B Gigas

📋 copy color: '#53458B'

red 83 ◦ green 69 ◦ blue 139

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

Shades of Gigas #53458B

Tints of Gigas #53458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 28.52%
G = 23.71%
B = 47.77%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53458B (or 0x53458B) is known color: Gigas. HEX triplet: 53, 45 and 8B. RGB value is (83,69,139). Sum of RGB (Red+Green+Blue) = 83+69+139=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #53458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53458B is #ACBA74. Grayscale: #505050. Windows color (decimal): -11319925 or 9127251. OLE color: 9127251.

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

Color convert

RGB 83 69 139 -
CMYK 0.40 0.50 0 0.45
HSL 252º 0.34% 0.41% -
HSV(B) 252º 0.5% 0.55% -
XYZ 10.36 7.96 25.42 -
YUV 81.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 83 69 139 0.40 0.50 0 0.45 252 0.34 0.41
Hex 53 45 8B 28 32 0 2D FC 22 29
Octal 123 105 213 50 62 0 55 374 42 51
Binary 1010011 1000101 10001011 101000 110010 0 101101 11111100 100010 101001

Color Harmonies of #53458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53458B

Black with #53458B

Text Example


Text Example

White with #53458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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