#571F83

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

Shades of Kingfisher Daisy #571F83

Tints of Kingfisher Daisy #571F83

Color information

#571F83 (or 0x571F83) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1F and 83. RGB value is (87,31,131). Sum of RGB (Red+Green+Blue) = 87+31+131=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #571F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571F83 is #A8E07C. Grayscale: #3A3A3A. Windows color (decimal): -11067517 or 8593239. OLE color: 8593239.

HSL color Cylindrical-coordinate representation of color #571F83: hue angle of 273.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571F83 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8731131-
CMYK0.340.7600.49
HSL273.6º61.73%31.76%-
HSV(B)273.6º76.34%51.37%-
XYZ8.524.6421.92-
YUV59.14168.55147.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=34.94%
G=12.45%
B=52.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87311310.340.7600.49273.661.7331.76
Hex571F83224C0311123e20
Octal12737203421140614227640
Binary1010111111111000001110001010011000110001100010010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,31,131); }

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

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

 a { background-color: rgb(87,31,131); }

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

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

 span { border-color: rgb(87,31,131); }

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