#551A91

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

Shades of Kingfisher Daisy #551A91

Tints of Kingfisher Daisy #551A91

Color information

#551A91 (or 0x551A91) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1A and 91. RGB value is (85,26,145). Sum of RGB (Red+Green+Blue) = 85+26+145=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #551A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551A91 is #AAE56E. Grayscale: #383838. Windows color (decimal): -11199855 or 9509461. OLE color: 9509461.

HSL color Cylindrical-coordinate representation of color #551A91: hue angle of 269.75º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551A91 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8526145-
CMYK0.410.8200.43
HSL269.75º69.59%33.53%-
HSV(B)269.75º82.07%56.86%-
XYZ9.234.7127.21-
YUV57.21177.55147.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=33.20%
G=10.16%
B=56.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85261450.410.8200.43269.7569.5933.53
Hex551A91295202B10e4622
Octal125322215112205341610642
Binary10101011101010010001101001101001001010111000011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,145); }

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

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

 a { background-color: rgb(85,26,145); }

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

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

 span { border-color: rgb(85,26,145); }

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