Html Css Color HEX #53458F Gigas

📋 copy color: '#53458F'

red 83 ◦ green 69 ◦ blue 143

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

Shades of Gigas #53458F

Tints of Gigas #53458F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.47%

R = 28.14%
G = 23.39%
B = 48.47%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53458F (or 0x53458F) is known color: Gigas. HEX triplet: 53, 45 and 8F. RGB value is (83,69,143). Sum of RGB (Red+Green+Blue) = 83+69+143=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #53458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53458F is #ACBA70. Grayscale: #515151. Windows color (decimal): -11319921 or 9389395. OLE color: 9389395.

HSL color Cylindrical-coordinate representation of color #53458F: hue angle of 251.35º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53458F is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 69 143 -
CMYK 0.42 0.52 0 0.44
HSL 251.35º 0.35% 0.42% -
HSV(B) 251.35º 0.52% 0.56% -
XYZ 10.65 8.08 26.98 -
YUV 81.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 83 69 143 0.42 0.52 0 0.44 251.35 0.35 0.42
Hex 53 45 8F 2A 34 0 2C FB 23 2A
Octal 123 105 217 52 64 0 54 373 43 52
Binary 1010011 1000101 10001111 101010 110100 0 101100 11111011 100011 101010

Color Harmonies of #53458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53458F

Black with #53458F

Text Example


Text Example

White with #53458F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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