Html Css Color HEX #574286 Gigas

📋 copy color: '#574286'

red 87 ◦ green 66 ◦ blue 134

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

Shades of Gigas #574286

Tints of Gigas #574286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 30.31%
G = 23%
B = 46.69%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#574286 (or 0x574286) is known color: Gigas. HEX triplet: 57, 42 and 86. RGB value is (87,66,134). Sum of RGB (Red+Green+Blue) = 87+66+134=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #574286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574286 is #A8BD79. Grayscale: #4F4F4F. Windows color (decimal): -11058554 or 8798807. OLE color: 8798807.

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

Color convert

RGB 87 66 134 -
CMYK 0.35 0.51 0 0.47
HSL 258.53º 0.34% 0.39% -
HSV(B) 258.53º 0.51% 0.53% -
XYZ 10.18 7.64 23.49 -
YUV 80.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 87 66 134 0.35 0.51 0 0.47 258.53 0.34 0.39
Hex 57 42 86 23 33 0 2F 103 22 27
Octal 127 102 206 43 63 0 57 403 42 47
Binary 1010111 1000010 10000110 100011 110011 0 101111 100000011 100010 100111

Color Harmonies of #574286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574286

Black with #574286

Text Example


Text Example

White with #574286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574286; }

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

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

background-color css

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

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

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

border-color css

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

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

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