Html Css Color HEX #574582 Gigas

📋 copy color: '#574582'

red 87 ◦ green 69 ◦ blue 130

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

Shades of Gigas #574582

Tints of Gigas #574582

RGB

 RED value IS 87 (34.38% from 255) = 30.42%

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

 BLUE value IS 130 (51.17% from 255) = 45.45%

R = 30.42%
G = 24.13%
B = 45.45%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574582 (or 0x574582) is known color: Gigas. HEX triplet: 57, 45 and 82. RGB value is (87,69,130). Sum of RGB (Red+Green+Blue) = 87+69+130=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #574582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574582 is #A8BA7D. Grayscale: #515151. Windows color (decimal): -11057790 or 8537431. OLE color: 8537431.

HSL color Cylindrical-coordinate representation of color #574582: hue angle of 257.7º degrees, saturation: 0.31, 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 #574582 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 69 130 -
CMYK 0.33 0.47 0 0.49
HSL 257.7º 0.31% 0.39% -
HSV(B) 257.7º 0.47% 0.51% -
XYZ 10.09 7.89 22.11 -
YUV 81.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 87 69 130 0.33 0.47 0 0.49 257.7 0.31 0.39
Hex 57 45 82 21 2F 0 31 102 1F 27
Octal 127 105 202 41 57 0 61 402 37 47
Binary 1010111 1000101 10000010 100001 101111 0 110001 100000010 11111 100111

Color Harmonies of #574582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574582

Black with #574582

Text Example


Text Example

White with #574582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574582; }

 p { color: rgb(87,69,130); }

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

background-color css

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

 a { background-color: rgb(87,69,130); }

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

border-color css

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

 span { border-color: rgb(87,69,130); }

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