Html Css Color HEX #574583 Gigas

📋 copy color: '#574583'

red 87 ◦ green 69 ◦ blue 131

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

Shades of Gigas #574583

Tints of Gigas #574583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 30.31%
G = 24.04%
B = 45.64%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#574583 (or 0x574583) is known color: Gigas. HEX triplet: 57, 45 and 83. RGB value is (87,69,131). Sum of RGB (Red+Green+Blue) = 87+69+131=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #574583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574583 is #A8BA7C. Grayscale: #515151. Windows color (decimal): -11057789 or 8602967. OLE color: 8602967.

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

Color convert

RGB 87 69 131 -
CMYK 0.34 0.47 0 0.49
HSL 257.42º 0.31% 0.39% -
HSV(B) 257.42º 0.47% 0.51% -
XYZ 10.16 7.92 22.47 -
YUV 81.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 87 69 131 0.34 0.47 0 0.49 257.42 0.31 0.39
Hex 57 45 83 22 2F 0 31 101 1F 27
Octal 127 105 203 42 57 0 61 401 37 47
Binary 1010111 1000101 10000011 100010 101111 0 110001 100000001 11111 100111

Color Harmonies of #574583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574583

Black with #574583

Text Example


Text Example

White with #574583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574583; }

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

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

background-color css

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

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

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

border-color css

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

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

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