Html Css Color HEX #571C85 Kingfisher Daisy

📋 copy color: '#571C85'

red 87 ◦ green 28 ◦ blue 133

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

Shades of Kingfisher Daisy #571C85

Tints of Kingfisher Daisy #571C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.29%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 35.08%
G = 11.29%
B = 53.63%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#571C85 (or 0x571C85) is known color: Kingfisher Daisy. HEX triplet: 57, 1C and 85. RGB value is (87,28,133). Sum of RGB (Red+Green+Blue) = 87+28+133=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #571C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571C85 is #A8E37A. Grayscale: #393939. Windows color (decimal): -11068283 or 8723543. OLE color: 8723543.

HSL color Cylindrical-coordinate representation of color #571C85: hue angle of 273.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571C85 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 28 133 -
CMYK 0.35 0.79 0 0.48
HSL 273.71º 0.65% 0.32% -
HSV(B) 273.71º 0.79% 0.52% -
XYZ 8.58 4.55 22.62 -
YUV 57.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 87 28 133 0.35 0.79 0 0.48 273.71 0.65 0.32
Hex 57 1C 85 23 4F 0 30 112 41 20
Octal 127 34 205 43 117 0 60 422 101 40
Binary 1010111 11100 10000101 100011 1001111 0 110000 100010010 1000001 100000

Color Harmonies of #571C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C85

Black with #571C85

Text Example


Text Example

White with #571C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,28,133); }

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

background-color css

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

 a { background-color: rgb(87,28,133); }

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

border-color css

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

 span { border-color: rgb(87,28,133); }

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