Html Css Color HEX #571D99 Kingfisher Daisy

📋 copy color: '#571D99'

red 87 ◦ green 29 ◦ blue 153

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

Shades of Kingfisher Daisy #571D99

Tints of Kingfisher Daisy #571D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 32.34%
G = 10.78%
B = 56.88%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#571D99 (or 0x571D99) is known color: Kingfisher Daisy. HEX triplet: 57, 1D and 99. RGB value is (87,29,153). Sum of RGB (Red+Green+Blue) = 87+29+153=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #571D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571D99 is #A8E266. Grayscale: #3C3C3C. Windows color (decimal): -11068007 or 10034519. OLE color: 10034519.

HSL color Cylindrical-coordinate representation of color #571D99: hue angle of 268.06º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571D99 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 29 153 -
CMYK 0.43 0.81 0 0.4
HSL 268.06º 0.68% 0.36% -
HSV(B) 268.06º 0.81% 0.6% -
XYZ 10.12 5.2 30.61 -
YUV 60.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 87 29 153 0.43 0.81 0 0.4 268.06 0.68 0.36
Hex 57 1D 99 2B 51 0 28 10C 44 24
Octal 127 35 231 53 121 0 50 414 104 44
Binary 1010111 11101 10011001 101011 1010001 0 101000 100001100 1000100 100100

Color Harmonies of #571D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D99

Black with #571D99

Text Example


Text Example

White with #571D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571D99; }

 p { color: rgb(87,29,153); }

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

background-color css

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

 a { background-color: rgb(87,29,153); }

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

border-color css

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

 span { border-color: rgb(87,29,153); }

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