#57227D

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

Shades of Kingfisher Daisy #57227D

Tints of Kingfisher Daisy #57227D

Color information

#57227D (or 0x57227D) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 22 and 7D. RGB value is (87,34,125). Sum of RGB (Red+Green+Blue) = 87+34+125=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #57227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57227D is #A8DD82. Grayscale: #3B3B3B. Windows color (decimal): -11066755 or 8200791. OLE color: 8200791.

HSL color Cylindrical-coordinate representation of color #57227D: hue angle of 274.95º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57227D is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8734125-
CMYK0.300.7300.51
HSL274.95º57.23%31.18%-
HSV(B)274.95º72.8%49.02%-
XYZ8.24.6519.87-
YUV60.22164.56147.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=35.37%
G=13.82%
B=50.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87341250.300.7300.51274.9557.2331.18
Hex57227D1E49033113391f
Octal12742175361110634237137
Binary10101111000101111101111101001001011001110001001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57227D; }

 p { color: rgb(87,34,125); }

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

<style>
 a { background-color: #57227D; }

 a { background-color: rgb(87,34,125); }

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

<style>
 span { border-color: #57227D; }

 span { border-color: rgb(87,34,125); }

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