Html Css Color HEX #573981 Kingfisher Daisy

📋 copy color: '#573981'

red 87 ◦ green 57 ◦ blue 129

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

Shades of Kingfisher Daisy #573981

Tints of Kingfisher Daisy #573981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 31.87%
G = 20.88%
B = 47.25%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#573981 (or 0x573981) is known color: Kingfisher Daisy. HEX triplet: 57, 39 and 81. RGB value is (87,57,129). Sum of RGB (Red+Green+Blue) = 87+57+129=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #573981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573981 is #A8C67E. Grayscale: #494949. Windows color (decimal): -11060863 or 8468823. OLE color: 8468823.

HSL color Cylindrical-coordinate representation of color #573981: hue angle of 265º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #573981 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 57 129 -
CMYK 0.33 0.56 0 0.49
HSL 265º 0.39% 0.36% -
HSV(B) 265º 0.56% 0.51% -
XYZ 9.36 6.54 21.54 -
YUV 74.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 87 57 129 0.33 0.56 0 0.49 265 0.39 0.36
Hex 57 39 81 21 38 0 31 109 27 24
Octal 127 71 201 41 70 0 61 411 47 44
Binary 1010111 111001 10000001 100001 111000 0 110001 100001001 100111 100100

Color Harmonies of #573981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573981

Black with #573981

Text Example


Text Example

White with #573981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573981; }

 p { color: rgb(87,57,129); }

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

background-color css

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

 a { background-color: rgb(87,57,129); }

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

border-color css

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

 span { border-color: rgb(87,57,129); }

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