Html Css Color HEX #534581 Gigas

📋 copy color: '#534581'

red 83 ◦ green 69 ◦ blue 129

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

Shades of Gigas #534581

Tints of Gigas #534581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 29.54%
G = 24.56%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#534581 (or 0x534581) is known color: Gigas. HEX triplet: 53, 45 and 81. RGB value is (83,69,129). Sum of RGB (Red+Green+Blue) = 83+69+129=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #534581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534581 is #ACBA7E. Grayscale: #4F4F4F. Windows color (decimal): -11319935 or 8471891. OLE color: 8471891.

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

Color convert

RGB 83 69 129 -
CMYK 0.36 0.47 0 0.49
HSL 254º 0.3% 0.39% -
HSV(B) 254º 0.47% 0.51% -
XYZ 9.66 7.68 21.74 -
YUV 80.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 83 69 129 0.36 0.47 0 0.49 254 0.3 0.39
Hex 53 45 81 24 2F 0 31 FE 1E 27
Octal 123 105 201 44 57 0 61 376 36 47
Binary 1010011 1000101 10000001 100100 101111 0 110001 11111110 11110 100111

Color Harmonies of #534581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534581

Black with #534581

Text Example


Text Example

White with #534581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534581; }

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

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

background-color css

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

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

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

border-color css

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

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

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