Html Css Color HEX #572980 Kingfisher Daisy

📋 copy color: '#572980'

red 87 ◦ green 41 ◦ blue 128

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

Shades of Kingfisher Daisy #572980

Tints of Kingfisher Daisy #572980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 33.98%
G = 16.02%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572980 (or 0x572980) is known color: Kingfisher Daisy. HEX triplet: 57, 29 and 80. RGB value is (87,41,128). Sum of RGB (Red+Green+Blue) = 87+41+128=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #572980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572980 is #A8D67F. Grayscale: #404040. Windows color (decimal): -11064960 or 8399191. OLE color: 8399191.

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

Color convert

RGB 87 41 128 -
CMYK 0.32 0.68 0 0.50
HSL 271.72º 0.51% 0.33% -
HSV(B) 271.72º 0.68% 0.5% -
XYZ 8.62 5.17 20.97 -
YUV 64.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 87 41 128 0.32 0.68 0 0.50 271.72 0.51 0.33
Hex 57 29 80 20 44 0 32 110 33 21
Octal 127 51 200 40 104 0 62 420 63 41
Binary 1010111 101001 10000000 100000 1000100 0 110010 100010000 110011 100001

Color Harmonies of #572980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572980

Black with #572980

Text Example


Text Example

White with #572980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572980; }

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

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

background-color css

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

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

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

border-color css

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

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

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