#551E92

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

Shades of Kingfisher Daisy #551E92

Tints of Kingfisher Daisy #551E92

Color information

#551E92 (or 0x551E92) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1E and 92. RGB value is (85,30,146). Sum of RGB (Red+Green+Blue) = 85+30+146=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #551E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551E92 is #AAE16D. Grayscale: #3B3B3B. Windows color (decimal): -11198830 or 9576021. OLE color: 9576021.

HSL color Cylindrical-coordinate representation of color #551E92: hue angle of 268.45º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551E92 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8530146-
CMYK0.420.7900.43
HSL268.45º65.91%34.51%-
HSV(B)268.45º79.45%57.25%-
XYZ9.44.9427.65-
YUV59.67176.72146.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=32.57%
G=11.49%
B=55.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85301460.420.7900.43268.4565.9134.51
Hex551E922A4F02B10c4223
Octal125362225211705341410243
Binary10101011111010010010101010100111101010111000011001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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