#551B8E

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

Shades of Kingfisher Daisy #551B8E

Tints of Kingfisher Daisy #551B8E

Color information

#551B8E (or 0x551B8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1B and 8E. RGB value is (85,27,142). Sum of RGB (Red+Green+Blue) = 85+27+142=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #551B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551B8E is #AAE471. Grayscale: #393939. Windows color (decimal): -11199602 or 9313109. OLE color: 9313109.

HSL color Cylindrical-coordinate representation of color #551B8E: hue angle of 270.26º 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 #551B8E is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8527142-
CMYK0.400.8100.44
HSL270.26º68.05%33.14%-
HSV(B)270.26º80.99%55.69%-
XYZ9.024.6726.02-
YUV57.45175.72147.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 27 (10.94% from 255) = 10.63%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=33.46%
G=10.63%
B=55.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85271420.400.8100.44270.2668.0533.14
Hex551B8E285102C10e4421
Octal125332165012105441610441
Binary10101011101110001110101000101000101011001000011101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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