#551E83

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

Shades of Kingfisher Daisy #551E83

Tints of Kingfisher Daisy #551E83

Color information

#551E83 (or 0x551E83) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1E and 83. RGB value is (85,30,131). Sum of RGB (Red+Green+Blue) = 85+30+131=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #551E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551E83 is #AAE17C. Grayscale: #393939. Windows color (decimal): -11198845 or 8592981. OLE color: 8592981.

HSL color Cylindrical-coordinate representation of color #551E83: hue angle of 272.67º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551E83 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8530131-
CMYK0.350.7700.49
HSL272.67º62.73%31.57%-
HSV(B)272.67º77.1%51.37%-
XYZ8.314.521.9-
YUV57.96169.22147.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 131 (51.56% from 255) = 53.25%
R=34.55%
G=12.20%
B=53.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85301310.350.7700.49272.6762.7331.57
Hex551E83234D0311113f20
Octal12536203431150614217740
Binary1010101111101000001110001110011010110001100010001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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