#551B8F

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

Shades of Kingfisher Daisy #551B8F

Tints of Kingfisher Daisy #551B8F

Color information

#551B8F (or 0x551B8F) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1B and 8F. RGB value is (85,27,143). Sum of RGB (Red+Green+Blue) = 85+27+143=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #551B8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551B8F is #AAE470. Grayscale: #393939. Windows color (decimal): -11199601 or 9378645. OLE color: 9378645.

HSL color Cylindrical-coordinate representation of color #551B8F: hue angle of 270º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551B8F is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8527143-
CMYK0.410.8100.44
HSL270º68.24%33.33%-
HSV(B)270º81.12%56.08%-
XYZ9.14.726.41-
YUV57.57176.22147.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 10.59%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=33.33%
G=10.59%
B=56.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85271430.410.8100.4427068.2433.33
Hex551B8F295102C10e4421
Octal125332175112105441610441
Binary10101011101110001111101001101000101011001000011101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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