Html Css Color HEX #571A99 Kingfisher Daisy

📋 copy color: '#571A99'

red 87 ◦ green 26 ◦ blue 153

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

Shades of Kingfisher Daisy #571A99

Tints of Kingfisher Daisy #571A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 32.71%
G = 9.77%
B = 57.52%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#571A99 (or 0x571A99) is known color: Kingfisher Daisy. HEX triplet: 57, 1A and 99. RGB value is (87,26,153). Sum of RGB (Red+Green+Blue) = 87+26+153=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #571A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571A99 is #A8E566. Grayscale: #3A3A3A. Windows color (decimal): -11068775 or 10033751. OLE color: 10033751.

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

Color convert

RGB 87 26 153 -
CMYK 0.43 0.83 0 0.4
HSL 268.82º 0.71% 0.35% -
HSV(B) 268.82º 0.83% 0.6% -
XYZ 10.05 5.06 30.58 -
YUV 58.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 87 26 153 0.43 0.83 0 0.4 268.82 0.71 0.35
Hex 57 1A 99 2B 53 0 28 10D 47 23
Octal 127 32 231 53 123 0 50 415 107 43
Binary 1010111 11010 10011001 101011 1010011 0 101000 100001101 1000111 100011

Color Harmonies of #571A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A99

Black with #571A99

Text Example


Text Example

White with #571A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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