Html Css Color HEX #574885 Gigas

📋 copy color: '#574885'

red 87 ◦ green 72 ◦ blue 133

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

Shades of Gigas #574885

Tints of Gigas #574885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

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

R = 29.79%
G = 24.66%
B = 45.55%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#574885 (or 0x574885) is known color: Gigas. HEX triplet: 57, 48 and 85. RGB value is (87,72,133). Sum of RGB (Red+Green+Blue) = 87+72+133=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #574885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574885 is #A8B77A. Grayscale: #535353. Windows color (decimal): -11057019 or 8734807. OLE color: 8734807.

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

Color convert

RGB 87 72 133 -
CMYK 0.35 0.46 0 0.48
HSL 254.75º 0.3% 0.4% -
HSV(B) 254.75º 0.46% 0.52% -
XYZ 10.48 8.35 23.25 -
YUV 83.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 87 72 133 0.35 0.46 0 0.48 254.75 0.3 0.4
Hex 57 48 85 23 2E 0 30 FF 1E 28
Octal 127 110 205 43 56 0 60 377 36 50
Binary 1010111 1001000 10000101 100011 101110 0 110000 11111111 11110 101000

Color Harmonies of #574885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574885

Black with #574885

Text Example


Text Example

White with #574885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574885; }

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

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

background-color css

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

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

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

border-color css

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

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

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