Html Css Color HEX #572879 Kingfisher Daisy

📋 copy color: '#572879'

red 87 ◦ green 40 ◦ blue 121

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

Shades of Kingfisher Daisy #572879

Tints of Kingfisher Daisy #572879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 121 (47.66% from 255) = 48.79%

R = 35.08%
G = 16.13%
B = 48.79%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#572879 (or 0x572879) is known color: Kingfisher Daisy. HEX triplet: 57, 28 and 79. RGB value is (87,40,121). Sum of RGB (Red+Green+Blue) = 87+40+121=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #572879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572879 is #A8D786. Grayscale: #3F3F3F. Windows color (decimal): -11065223 or 7940183. OLE color: 7940183.

HSL color Cylindrical-coordinate representation of color #572879: hue angle of 274.81º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572879 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 40 121 -
CMYK 0.28 0.67 0 0.53
HSL 274.81º 0.5% 0.32% -
HSV(B) 274.81º 0.67% 0.47% -
XYZ 8.14 4.92 18.61 -
YUV 63.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 87 40 121 0.28 0.67 0 0.53 274.81 0.5 0.32
Hex 57 28 79 1C 43 0 35 113 32 20
Octal 127 50 171 34 103 0 65 423 62 40
Binary 1010111 101000 1111001 11100 1000011 0 110101 100010011 110010 100000

Color Harmonies of #572879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572879

Black with #572879

Text Example


Text Example

White with #572879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572879; }

 p { color: rgb(87,40,121); }

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

background-color css

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

 a { background-color: rgb(87,40,121); }

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

border-color css

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

 span { border-color: rgb(87,40,121); }

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