#571F88

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

Shades of Kingfisher Daisy #571F88

Tints of Kingfisher Daisy #571F88

Color information

#571F88 (or 0x571F88) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1F and 88. RGB value is (87,31,136). Sum of RGB (Red+Green+Blue) = 87+31+136=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #571F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571F88 is #A8E077. Grayscale: #3B3B3B. Windows color (decimal): -11067512 or 8920919. OLE color: 8920919.

HSL color Cylindrical-coordinate representation of color #571F88: hue angle of 272º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571F88 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8731136-
CMYK0.360.7700.47
HSL272º62.87%32.75%-
HSV(B)272º77.21%53.33%-
XYZ8.864.7823.75-
YUV59.71171.05147.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=34.25%
G=12.20%
B=53.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87311360.360.7700.4727262.8732.75
Hex571F88244D02F1103f21
Octal12737210441150574207741
Binary1010111111111000100010010010011010101111100010000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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