Html Css Color HEX #573781 Kingfisher Daisy

📋 copy color: '#573781'

red 87 ◦ green 55 ◦ blue 129

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

Shades of Kingfisher Daisy #573781

Tints of Kingfisher Daisy #573781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

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

R = 32.1%
G = 20.3%
B = 47.6%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#573781 (or 0x573781) is known color: Kingfisher Daisy. HEX triplet: 57, 37 and 81. RGB value is (87,55,129). Sum of RGB (Red+Green+Blue) = 87+55+129=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #573781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573781 is #A8C87E. Grayscale: #484848. Windows color (decimal): -11061375 or 8468311. OLE color: 8468311.

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

Color convert

RGB 87 55 129 -
CMYK 0.33 0.57 0 0.49
HSL 265.95º 0.4% 0.36% -
HSV(B) 265.95º 0.57% 0.51% -
XYZ 9.26 6.34 21.51 -
YUV 73 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 87 55 129 0.33 0.57 0 0.49 265.95 0.4 0.36
Hex 57 37 81 21 39 0 31 10A 28 24
Octal 127 67 201 41 71 0 61 412 50 44
Binary 1010111 110111 10000001 100001 111001 0 110001 100001010 101000 100100

Color Harmonies of #573781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573781

Black with #573781

Text Example


Text Example

White with #573781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573781; }

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

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

background-color css

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

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

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

border-color css

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

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

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