#551E85

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

Shades of Kingfisher Daisy #551E85

Tints of Kingfisher Daisy #551E85

Color information

#551E85 (or 0x551E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1E and 85. RGB value is (85,30,133). Sum of RGB (Red+Green+Blue) = 85+30+133=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 30 (12.11% from 255 or 12.10% 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 #551E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551E85 is #AAE17A. Grayscale: #393939. Windows color (decimal): -11198843 or 8724053. OLE color: 8724053.

HSL color Cylindrical-coordinate representation of color #551E85: hue angle of 272.04º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551E85 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8530133-
CMYK0.360.7700.48
HSL272.04º63.19%31.96%-
HSV(B)272.04º77.44%52.16%-
XYZ8.444.5522.62-
YUV58.19170.22147.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=34.27%
G=12.10%
B=53.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85301330.360.7700.48272.0463.1931.96
Hex551E85244D0301103f20
Octal12536205441150604207740
Binary1010101111101000010110010010011010110000100010000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551E85; }

 p { color: rgb(85,30,133); }

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

<style>
 a { background-color: #551E85; }

 a { background-color: rgb(85,30,133); }

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

<style>
 span { border-color: #551E85; }

 span { border-color: rgb(85,30,133); }

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