Html Css Color HEX #572C8F Kingfisher Daisy

📋 copy color: '#572C8F'

red 87 ◦ green 44 ◦ blue 143

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

Shades of Kingfisher Daisy #572C8F

Tints of Kingfisher Daisy #572C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 31.75%
G = 16.06%
B = 52.19%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#572C8F (or 0x572C8F) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 8F. RGB value is (87,44,143). Sum of RGB (Red+Green+Blue) = 87+44+143=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #572C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C8F is #A8D370. Grayscale: #434343. Windows color (decimal): -11064177 or 9382999. OLE color: 9382999.

HSL color Cylindrical-coordinate representation of color #572C8F: hue angle of 266.06º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572C8F is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 44 143 -
CMYK 0.39 0.69 0 0.44
HSL 266.06º 0.53% 0.37% -
HSV(B) 266.06º 0.69% 0.56% -
XYZ 9.79 5.81 26.59 -
YUV 68.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 87 44 143 0.39 0.69 0 0.44 266.06 0.53 0.37
Hex 57 2C 8F 27 45 0 2C 10A 35 25
Octal 127 54 217 47 105 0 54 412 65 45
Binary 1010111 101100 10001111 100111 1000101 0 101100 100001010 110101 100101

Color Harmonies of #572C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C8F

Black with #572C8F

Text Example


Text Example

White with #572C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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