Html Css Color HEX #574285 Gigas

📋 copy color: '#574285'

red 87 ◦ green 66 ◦ blue 133

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

Shades of Gigas #574285

Tints of Gigas #574285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 30.42%
G = 23.08%
B = 46.5%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574285 (or 0x574285) is known color: Gigas. HEX triplet: 57, 42 and 85. RGB value is (87,66,133). Sum of RGB (Red+Green+Blue) = 87+66+133=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #574285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574285 is #A8BD7A. Grayscale: #4F4F4F. Windows color (decimal): -11058555 or 8733271. OLE color: 8733271.

HSL color Cylindrical-coordinate representation of color #574285: hue angle of 258.81º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574285 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 66 133 -
CMYK 0.35 0.50 0 0.48
HSL 258.81º 0.34% 0.39% -
HSV(B) 258.81º 0.5% 0.52% -
XYZ 10.11 7.62 23.13 -
YUV 79.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 87 66 133 0.35 0.50 0 0.48 258.81 0.34 0.39
Hex 57 42 85 23 32 0 30 103 22 27
Octal 127 102 205 43 62 0 60 403 42 47
Binary 1010111 1000010 10000101 100011 110010 0 110000 100000011 100010 100111

Color Harmonies of #574285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574285

Black with #574285

Text Example


Text Example

White with #574285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574285; }

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

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

background-color css

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

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

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

border-color css

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

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

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