Html Css Color HEX #572C7D Kingfisher Daisy

📋 copy color: '#572C7D'

red 87 ◦ green 44 ◦ blue 125

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

Shades of Kingfisher Daisy #572C7D

Tints of Kingfisher Daisy #572C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 33.98%
G = 17.19%
B = 48.83%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#572C7D (or 0x572C7D) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 7D. RGB value is (87,44,125). Sum of RGB (Red+Green+Blue) = 87+44+125=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #572C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572C7D is #A8D382. Grayscale: #414141. Windows color (decimal): -11064195 or 8203351. OLE color: 8203351.

HSL color Cylindrical-coordinate representation of color #572C7D: hue angle of 271.85º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #572C7D is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 44 125 -
CMYK 0.30 0.65 0 0.51
HSL 271.85º 0.48% 0.33% -
HSV(B) 271.85º 0.65% 0.49% -
XYZ 8.53 5.31 19.98 -
YUV 66.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 87 44 125 0.30 0.65 0 0.51 271.85 0.48 0.33
Hex 57 2C 7D 1E 41 0 33 110 30 21
Octal 127 54 175 36 101 0 63 420 60 41
Binary 1010111 101100 1111101 11110 1000001 0 110011 100010000 110000 100001

Color Harmonies of #572C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C7D

Black with #572C7D

Text Example


Text Example

White with #572C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572C7D; }

 p { color: rgb(87,44,125); }

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

background-color css

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

 a { background-color: rgb(87,44,125); }

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

border-color css

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

 span { border-color: rgb(87,44,125); }

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