Html Css Color HEX #572C8C Kingfisher Daisy

📋 copy color: '#572C8C'

red 87 ◦ green 44 ◦ blue 140

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

Shades of Kingfisher Daisy #572C8C

Tints of Kingfisher Daisy #572C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.66%

R = 32.1%
G = 16.24%
B = 51.66%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#572C8C (or 0x572C8C) is known color: Kingfisher Daisy. HEX triplet: 57, 2C and 8C. RGB value is (87,44,140). Sum of RGB (Red+Green+Blue) = 87+44+140=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #572C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C8C is #A8D373. Grayscale: #434343. Windows color (decimal): -11064180 or 9186391. OLE color: 9186391.

HSL color Cylindrical-coordinate representation of color #572C8C: hue angle of 266.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #572C8C is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 44 140 -
CMYK 0.38 0.69 0 0.45
HSL 266.88º 0.52% 0.36% -
HSV(B) 266.88º 0.69% 0.55% -
XYZ 9.56 5.72 25.41 -
YUV 67.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 87 44 140 0.38 0.69 0 0.45 266.88 0.52 0.36
Hex 57 2C 8C 26 45 0 2D 10B 34 24
Octal 127 54 214 46 105 0 55 413 64 44
Binary 1010111 101100 10001100 100110 1000101 0 101101 100001011 110100 100100

Color Harmonies of #572C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572C8C

Black with #572C8C

Text Example


Text Example

White with #572C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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