Html Css Color HEX #53417B Gigas

📋 copy color: '#53417B'

red 83 ◦ green 65 ◦ blue 123

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

Shades of Gigas #53417B

Tints of Gigas #53417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 30.63%
G = 23.99%
B = 45.39%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53417B (or 0x53417B) is known color: Gigas. HEX triplet: 53, 41 and 7B. RGB value is (83,65,123). Sum of RGB (Red+Green+Blue) = 83+65+123=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #53417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53417B is #ACBE84. Grayscale: #4C4C4C. Windows color (decimal): -11320965 or 8077651. OLE color: 8077651.

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

Color convert

RGB 83 65 123 -
CMYK 0.33 0.47 0 0.52
HSL 258.62º 0.31% 0.37% -
HSV(B) 258.62º 0.47% 0.48% -
XYZ 9.03 7.05 19.62 -
YUV 76.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 83 65 123 0.33 0.47 0 0.52 258.62 0.31 0.37
Hex 53 41 7B 21 2F 0 34 103 1F 25
Octal 123 101 173 41 57 0 64 403 37 45
Binary 1010011 1000001 1111011 100001 101111 0 110100 100000011 11111 100101

Color Harmonies of #53417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53417B

Black with #53417B

Text Example


Text Example

White with #53417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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