Html Css Color HEX #572280 Kingfisher Daisy

📋 copy color: '#572280'

red 87 ◦ green 34 ◦ blue 128

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

Shades of Kingfisher Daisy #572280

Tints of Kingfisher Daisy #572280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.65%

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

R = 34.94%
G = 13.65%
B = 51.41%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#572280 (or 0x572280) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 80. RGB value is (87,34,128). Sum of RGB (Red+Green+Blue) = 87+34+128=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #572280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572280 is #A8DD7F. Grayscale: #3C3C3C. Windows color (decimal): -11066752 or 8397399. OLE color: 8397399.

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

Color convert

RGB 87 34 128 -
CMYK 0.32 0.73 0 0.50
HSL 273.83º 0.58% 0.32% -
HSV(B) 273.83º 0.73% 0.5% -
XYZ 8.4 4.73 20.89 -
YUV 60.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 87 34 128 0.32 0.73 0 0.50 273.83 0.58 0.32
Hex 57 22 80 20 49 0 32 112 3A 20
Octal 127 42 200 40 111 0 62 422 72 40
Binary 1010111 100010 10000000 100000 1001001 0 110010 100010010 111010 100000

Color Harmonies of #572280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572280

Black with #572280

Text Example


Text Example

White with #572280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572280; }

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

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

background-color css

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

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

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

border-color css

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

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

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