#551F88

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

Shades of Kingfisher Daisy #551F88

Tints of Kingfisher Daisy #551F88

Color information

#551F88 (or 0x551F88) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1F and 88. RGB value is (85,31,136). Sum of RGB (Red+Green+Blue) = 85+31+136=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #551F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551F88 is #AAE077. Grayscale: #3A3A3A. Windows color (decimal): -11198584 or 8920917. OLE color: 8920917.

HSL color Cylindrical-coordinate representation of color #551F88: hue angle of 270.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #551F88 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8531136-
CMYK0.380.7700.47
HSL270.86º62.87%32.75%-
HSV(B)270.86º77.21%53.33%-
XYZ8.684.6923.74-
YUV59.12171.39146.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=33.73%
G=12.30%
B=53.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85311360.380.7700.47270.8662.8732.75
Hex551F88264D02F10f3f21
Octal12537210461150574177741
Binary1010101111111000100010011010011010101111100001111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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