Html Css Color HEX #572080 Kingfisher Daisy

📋 copy color: '#572080'

red 87 ◦ green 32 ◦ blue 128

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

Shades of Kingfisher Daisy #572080

Tints of Kingfisher Daisy #572080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 35.22%
G = 12.96%
B = 51.82%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572080 (or 0x572080) is known color: Kingfisher Daisy. HEX triplet: 57, 20 and 80. RGB value is (87,32,128). Sum of RGB (Red+Green+Blue) = 87+32+128=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #572080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572080 is #A8DF7F. Grayscale: #3B3B3B. Windows color (decimal): -11067264 or 8396887. OLE color: 8396887.

HSL color Cylindrical-coordinate representation of color #572080: hue angle of 274.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572080 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 32 128 -
CMYK 0.32 0.75 0 0.50
HSL 274.38º 0.6% 0.31% -
HSV(B) 274.38º 0.75% 0.5% -
XYZ 8.34 4.62 20.87 -
YUV 59.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 87 32 128 0.32 0.75 0 0.50 274.38 0.6 0.31
Hex 57 20 80 20 4B 0 32 112 3C 1F
Octal 127 40 200 40 113 0 62 422 74 37
Binary 1010111 100000 10000000 100000 1001011 0 110010 100010010 111100 11111

Color Harmonies of #572080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572080

Black with #572080

Text Example


Text Example

White with #572080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572080; }

 p { color: rgb(87,32,128); }

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

background-color css

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

 a { background-color: rgb(87,32,128); }

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

border-color css

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

 span { border-color: rgb(87,32,128); }

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