#571C94

Color #571C94 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #571C94

Tints of Kingfisher Daisy #571C94

Color information

#571C94 (or 0x571C94) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1C and 94. RGB value is (87,28,148). Sum of RGB (Red+Green+Blue) = 87+28+148=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #571C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571C94 is #A8E36B. Grayscale: #3A3A3A. Windows color (decimal): -11068268 or 9706583. OLE color: 9706583.

HSL color Cylindrical-coordinate representation of color #571C94: hue angle of 269.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571C94 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8728148-
CMYK0.410.8100.42
HSL269.5º68.18%34.51%-
HSV(B)269.5º81.08%58.04%-
XYZ9.694.9928.47-
YUV59.32178.05147.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 28 (11.33% from 255) = 10.65%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=33.08%
G=10.65%
B=56.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87281480.410.8100.42269.568.1834.51
Hex571C94295102A10e4423
Octal127342245112105241610443
Binary10101111110010010100101001101000101010101000011101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #571C94;
 }
 .AnyTagClassName
 {
   color: #571C94;
 }
</style>
background-color css

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

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

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

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

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

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