#551C85

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

Shades of Kingfisher Daisy #551C85

Tints of Kingfisher Daisy #551C85

Color information

#551C85 (or 0x551C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1C and 85. RGB value is (85,28,133). Sum of RGB (Red+Green+Blue) = 85+28+133=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #551C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551C85 is #AAE37A. Grayscale: #383838. Windows color (decimal): -11199355 or 8723541. OLE color: 8723541.

HSL color Cylindrical-coordinate representation of color #551C85: hue angle of 272.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551C85 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8528133-
CMYK0.360.7900.48
HSL272.57º65.22%31.57%-
HSV(B)272.57º78.95%52.16%-
XYZ8.44.4622.61-
YUV57.01170.88147.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=34.55%
G=11.38%
B=54.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85281330.360.7900.48272.5765.2231.57
Hex551C85244F0301114120
Octal125342054411706042110140
Binary10101011110010000101100100100111101100001000100011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,133); }

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

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

 a { background-color: rgb(85,28,133); }

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

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

 span { border-color: rgb(85,28,133); }

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