Html Css Color HEX #534689 Gigas

📋 copy color: '#534689'

red 83 ◦ green 70 ◦ blue 137

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

Shades of Gigas #534689

Tints of Gigas #534689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 28.62%
G = 24.14%
B = 47.24%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#534689 (or 0x534689) is known color: Gigas. HEX triplet: 53, 46 and 89. RGB value is (83,70,137). Sum of RGB (Red+Green+Blue) = 83+70+137=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #534689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534689 is #ACB976. Grayscale: #515151. Windows color (decimal): -11319671 or 8996435. OLE color: 8996435.

HSL color Cylindrical-coordinate representation of color #534689: hue angle of 251.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534689 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 70 137 -
CMYK 0.39 0.49 0 0.46
HSL 251.64º 0.32% 0.41% -
HSV(B) 251.64º 0.49% 0.54% -
XYZ 10.27 8.03 24.67 -
YUV 81.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 83 70 137 0.39 0.49 0 0.46 251.64 0.32 0.41
Hex 53 46 89 27 31 0 2E FC 20 29
Octal 123 106 211 47 61 0 56 374 40 51
Binary 1010011 1000110 10001001 100111 110001 0 101110 11111100 100000 101001

Color Harmonies of #534689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534689

Black with #534689

Text Example


Text Example

White with #534689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534689; }

 p { color: rgb(83,70,137); }

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

background-color css

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

 a { background-color: rgb(83,70,137); }

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

border-color css

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

 span { border-color: rgb(83,70,137); }

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