#551C8F

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

Shades of Kingfisher Daisy #551C8F

Tints of Kingfisher Daisy #551C8F

Color information

#551C8F (or 0x551C8F) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1C and 8F. RGB value is (85,28,143). Sum of RGB (Red+Green+Blue) = 85+28+143=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #551C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551C8F is #AAE370. Grayscale: #393939. Windows color (decimal): -11199345 or 9378901. OLE color: 9378901.

HSL color Cylindrical-coordinate representation of color #551C8F: hue angle of 269.74º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551C8F is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8528143-
CMYK0.410.8000.44
HSL269.74º67.25%33.53%-
HSV(B)269.74º80.42%56.08%-
XYZ9.124.7426.42-
YUV58.15175.88147.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 28 (11.33% from 255) = 10.94%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=33.20%
G=10.94%
B=55.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85281430.410.8000.44269.7467.2533.53
Hex551C8F295002C10e4322
Octal125342175112005441610342
Binary10101011110010001111101001101000001011001000011101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,143); }

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

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

 a { background-color: rgb(85,28,143); }

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

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

 span { border-color: rgb(85,28,143); }

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