Html Css Color HEX #574686 Gigas

📋 copy color: '#574686'

red 87 ◦ green 70 ◦ blue 134

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

Shades of Gigas #574686

Tints of Gigas #574686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 29.9%
G = 24.05%
B = 46.05%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574686 (or 0x574686) is known color: Gigas. HEX triplet: 57, 46 and 86. RGB value is (87,70,134). Sum of RGB (Red+Green+Blue) = 87+70+134=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #574686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574686 is #A8B979. Grayscale: #525252. Windows color (decimal): -11057530 or 8799831. OLE color: 8799831.

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

Color convert

RGB 87 70 134 -
CMYK 0.35 0.48 0 0.47
HSL 255.94º 0.31% 0.4% -
HSV(B) 255.94º 0.48% 0.53% -
XYZ 10.42 8.13 23.57 -
YUV 82.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 87 70 134 0.35 0.48 0 0.47 255.94 0.31 0.4
Hex 57 46 86 23 30 0 2F 100 1F 28
Octal 127 106 206 43 60 0 57 400 37 50
Binary 1010111 1000110 10000110 100011 110000 0 101111 100000000 11111 101000

Color Harmonies of #574686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574686

Black with #574686

Text Example


Text Example

White with #574686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574686; }

 p { color: rgb(87,70,134); }

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

background-color css

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

 a { background-color: rgb(87,70,134); }

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

border-color css

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

 span { border-color: rgb(87,70,134); }

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