#551f96

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

Shades of Kingfisher Daisy #551F96

Tints of Kingfisher Daisy #551F96

Color information

#551F96 (or 0x551F96) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1F and 96. RGB value is (85,31,150). Sum of RGB (Red+Green+Blue) = 85+31+150=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #551F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551F96 is #AAE069. Grayscale: #3C3C3C. Windows color (decimal): -11198570 or 9838421. OLE color: 9838421.

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

Color convert

RGB8531150-
CMYK0.430.7900.41
HSL267.23º65.75%35.49%-
HSV(B)267.23º79.33%58.82%-
XYZ9.745.1129.33-
YUV60.71178.39145.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 31 (12.5% from 255) = 11.65%
BLUE value IS 150 (58.98% from 255) = 56.39%
R=31.95%
G=11.65%
B=56.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85311500.430.7900.41267.2365.7535.49
Hex551F962B4F02910b4223
Octal125372265311705141310243
Binary10101011111110010110101011100111101010011000010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,31,150); }

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

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

 a { background-color: rgb(85,31,150); }

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

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

 span { border-color: rgb(85,31,150); }

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