Html Css Color HEX #572B8C Kingfisher Daisy

📋 copy color: '#572B8C'

red 87 ◦ green 43 ◦ blue 140

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

Shades of Kingfisher Daisy #572B8C

Tints of Kingfisher Daisy #572B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

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

R = 32.22%
G = 15.93%
B = 51.85%

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

#572B8C (or 0x572B8C) is known color: Kingfisher Daisy. HEX triplet: 57, 2B and 8C. RGB value is (87,43,140). Sum of RGB (Red+Green+Blue) = 87+43+140=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #572B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572B8C is #A8D473. Grayscale: #424242. Windows color (decimal): -11064436 or 9186135. OLE color: 9186135.

HSL color Cylindrical-coordinate representation of color #572B8C: hue angle of 267.22º degrees, saturation: 0.53, 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 #572B8C is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 43 140 -
CMYK 0.38 0.69 0 0.45
HSL 267.22º 0.53% 0.36% -
HSV(B) 267.22º 0.69% 0.55% -
XYZ 9.53 5.65 25.4 -
YUV 67.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 87 43 140 0.38 0.69 0 0.45 267.22 0.53 0.36
Hex 57 2B 8C 26 45 0 2D 10B 35 24
Octal 127 53 214 46 105 0 55 413 65 44
Binary 1010111 101011 10001100 100110 1000101 0 101101 100001011 110101 100100

Color Harmonies of #572B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572B8C

Black with #572B8C

Text Example


Text Example

White with #572B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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