Html Css Color HEX #572D7C Kingfisher Daisy

📋 copy color: '#572D7C'

red 87 ◦ green 45 ◦ blue 124

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

Shades of Kingfisher Daisy #572D7C

Tints of Kingfisher Daisy #572D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 33.98%
G = 17.58%
B = 48.44%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#572D7C (or 0x572D7C) is known color: Kingfisher Daisy. HEX triplet: 57, 2D and 7C. RGB value is (87,45,124). Sum of RGB (Red+Green+Blue) = 87+45+124=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #572D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D7C is #A8D283. Grayscale: #424242. Windows color (decimal): -11063940 or 8138071. OLE color: 8138071.

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

Color convert

RGB 87 45 124 -
CMYK 0.30 0.64 0 0.51
HSL 271.9º 0.47% 0.33% -
HSV(B) 271.9º 0.64% 0.49% -
XYZ 8.51 5.36 19.65 -
YUV 66.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 87 45 124 0.30 0.64 0 0.51 271.9 0.47 0.33
Hex 57 2D 7C 1E 40 0 33 110 2F 21
Octal 127 55 174 36 100 0 63 420 57 41
Binary 1010111 101101 1111100 11110 1000000 0 110011 100010000 101111 100001

Color Harmonies of #572D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D7C

Black with #572D7C

Text Example


Text Example

White with #572D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,45,124); }

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

background-color css

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

 a { background-color: rgb(87,45,124); }

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

border-color css

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

 span { border-color: rgb(87,45,124); }

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