Html Css Color HEX #534087 Gigas

📋 copy color: '#534087'

red 83 ◦ green 64 ◦ blue 135

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

Shades of Gigas #534087

Tints of Gigas #534087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 29.43%
G = 22.7%
B = 47.87%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#534087 (or 0x534087) is known color: Gigas. HEX triplet: 53, 40 and 87. RGB value is (83,64,135). Sum of RGB (Red+Green+Blue) = 83+64+135=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #534087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534087 is #ACBF78. Grayscale: #4D4D4D. Windows color (decimal): -11321209 or 8863827. OLE color: 8863827.

HSL color Cylindrical-coordinate representation of color #534087: hue angle of 256.06º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534087 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 64 135 -
CMYK 0.39 0.53 0 0.47
HSL 256.06º 0.36% 0.39% -
HSV(B) 256.06º 0.53% 0.53% -
XYZ 9.77 7.26 23.81 -
YUV 77.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 83 64 135 0.39 0.53 0 0.47 256.06 0.36 0.39
Hex 53 40 87 27 35 0 2F 100 24 27
Octal 123 100 207 47 65 0 57 400 44 47
Binary 1010011 1000000 10000111 100111 110101 0 101111 100000000 100100 100111

Color Harmonies of #534087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534087

Black with #534087

Text Example


Text Example

White with #534087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534087; }

 p { color: rgb(83,64,135); }

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

background-color css

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

 a { background-color: rgb(83,64,135); }

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

border-color css

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

 span { border-color: rgb(83,64,135); }

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