#551B89

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

Shades of Kingfisher Daisy #551B89

Tints of Kingfisher Daisy #551B89

Color information

#551B89 (or 0x551B89) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1B and 89. RGB value is (85,27,137). Sum of RGB (Red+Green+Blue) = 85+27+137=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #551B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551B89 is #AAE476. Grayscale: #383838. Windows color (decimal): -11199607 or 8985429. OLE color: 8985429.

HSL color Cylindrical-coordinate representation of color #551B89: hue angle of 271.64º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551B89 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8527137-
CMYK0.380.8000.46
HSL271.64º67.07%32.16%-
HSV(B)271.64º80.29%53.73%-
XYZ8.654.5224.08-
YUV56.88173.22148.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 137 (53.91% from 255) = 55.02%
R=34.14%
G=10.84%
B=55.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85271370.380.8000.46271.6467.0732.16
Hex551B89265002E1104320
Octal125332114612005642010340
Binary10101011101110001001100110101000001011101000100001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,27,137); }

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

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

 a { background-color: rgb(85,27,137); }

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

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

 span { border-color: rgb(85,27,137); }

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