Html Css Color HEX #572584 Kingfisher Daisy

📋 copy color: '#572584'

red 87 ◦ green 37 ◦ blue 132

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

Shades of Kingfisher Daisy #572584

Tints of Kingfisher Daisy #572584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 33.98%
G = 14.45%
B = 51.56%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#572584 (or 0x572584) is known color: Kingfisher Daisy. HEX triplet: 57, 25 and 84. RGB value is (87,37,132). Sum of RGB (Red+Green+Blue) = 87+37+132=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #572584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572584 is #A8DA7B. Grayscale: #3E3E3E. Windows color (decimal): -11065980 or 8660311. OLE color: 8660311.

HSL color Cylindrical-coordinate representation of color #572584: hue angle of 271.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #572584 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 37 132 -
CMYK 0.34 0.72 0 0.48
HSL 271.58º 0.56% 0.33% -
HSV(B) 271.58º 0.72% 0.52% -
XYZ 8.76 5.02 22.34 -
YUV 62.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 87 37 132 0.34 0.72 0 0.48 271.58 0.56 0.33
Hex 57 25 84 22 48 0 30 110 38 21
Octal 127 45 204 42 110 0 60 420 70 41
Binary 1010111 100101 10000100 100010 1001000 0 110000 100010000 111000 100001

Color Harmonies of #572584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572584

Black with #572584

Text Example


Text Example

White with #572584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572584; }

 p { color: rgb(87,37,132); }

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

background-color css

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

 a { background-color: rgb(87,37,132); }

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

border-color css

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

 span { border-color: rgb(87,37,132); }

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